chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
600 stars 139 forks source link

Consider supporting an opt-in to the StrictYAML subset #102

Open jwatt opened 6 years ago

jwatt commented 6 years ago

The StrictYAML subset is nicer for less technical YAML users. Rather than having a separate library to support it, it would be great if YamlLoader could be used with a flag telling it to only support that subset.

hoodie commented 6 years ago

afaik yesisn't parsed as Boolean since yaml 1.2, ergo here too, just saying

linclelinkpart5 commented 6 years ago

I would very much like to see this! +1

naturallymitchell commented 5 years ago

Looks like switching to scl is a workaround.