saphyr-serde/parser/src
David Tolnay 10498b2423 Escape string containing colon
I don't know whether this is always necessary but it is required for
correctly serializing `["x: %"]`. If we serialize this without quotes to
`[x: %]` then the result is not valid YAML.
2018-09-15 12:20:14 -07:00
..
emitter.rs Escape string containing colon 2018-09-15 12:20:14 -07:00
lib.rs Ignore should_implement_trait lint 2018-09-15 10:07:05 -07:00
parser.rs Format with rustfmt 0.99.4 2018-09-15 09:49:08 -07:00
scanner.rs Address redundant_field_names lint 2018-09-15 10:06:34 -07:00
yaml.rs Format with rustfmt 0.99.4 2018-09-15 09:49:08 -07:00