YAML parser that captures detailed span information.
Based on libyaml-safer and with optional serde support.
cargo add yaml-spannedTODO
- 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.