saphyr-serde/parser/src
Iazel a97f7c9c45 Quotes string starting with a dot
To understand why we want to do this, please refer to this issue on ktmpl repository (a way to have templates for kubernetes):
https://github.com/InQuicker/ktmpl/issues/15

The problem applies only to string used as keys, but given that the emitters right now doesn't differentiate the two cases for string, I think is better to do it also for values instead of introducing branching and/or flag variables (can't think of cleaner solution for now).
2017-05-06 19:06:10 +02:00
..
emitter.rs Quotes string starting with a dot 2017-05-06 19:06:10 +02:00
lib.rs Add preserve_order feature to use LinkedHashMap instead of BTreeMap 2016-03-20 17:24:06 -07:00
parser.rs Comment out unreachable states 2016-11-14 11:22:32 +08:00
scanner.rs Use push_str() instead of extend() 2016-11-24 18:10:49 +08:00
yaml.rs Remove warnings about unused items 2017-03-12 16:00:10 +00:00