yaml-spanned 0.0.3

YAML parser that captures detailed span information.
Documentation

yaml-spanned

dependency status

YAML parser that captures detailed span information. Based on libyaml-safer and with optional serde support.

cargo add yaml-spanned

Example

TODO

Acknowledgements

  • We thank the authors of libyaml-safer for their work to make a safer rust port of libyaml!
  • We thank the authors of the now deprecated serde_yaml crate. A lot of code was adapted from this crate.