1 2 3 4 5 6
// Currently all parser stucts and deserialization code is in a single file // it may be advisable down the line to split these out pub mod colors; pub mod parsing; pub mod psedata; pub mod representation;