yaml-spanned

Crates.ioyaml-spanned
lib.rsyaml-spanned
version0.0.2
created_at2025-04-20 16:43:23.012878+00
updated_at2025-04-20 16:43:23.012878+00
descriptionYAML parser that captures detailed span information.
homepagehttps://github.com/romnn/yaml-spanned
repositoryhttps://github.com/romnn/yaml-spanned
max_upload_size
id1641857
size318,683
Roman Dahm (romnn)

documentation

README

yaml-spanned

build status test status dependency status docs.rs crates.io

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.
Commit count: 7

cargo fmt