v0.7.0
Merge with @davvid's repository.
Full changelog, courtesy of @davvid:
Features:
- Multi-line strings are now emitted using block scalars.
- Error messages now contain a byte offset to aid debugging. (#176)
- Yaml now has
or
andborrowed_or
methods. (#179) Yaml::load_from_bytes()
is now available. (#156)- The parser and scanner now return Err() instead of calling panic.
Development: