chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
601 stars 138 forks source link

Support alternate line endings #165

Open ryzokuken opened 3 years ago

ryzokuken commented 3 years ago

As of right now, the module only accepts YAML with LF line endings. It should also accept CRLF and CR line endings.