temporary fork of saphyr with serde support merged into main.
Find a file
David Tolnay cedb185876 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
saphyr Escape string containing colon 2018-09-15 12:20:14 -07:00