libfyaml-rs =========== [github](https://github.com/dtolnay/libfyaml-rs) [crates.io](https://crates.io/crates/libfyaml-sys) [docs.rs](https://docs.rs/libfyaml-sys) [build status](https://github.com/dtolnay/libfyaml-rs/actions?query=branch%3Amaster) Rust binding for the [libfyaml] C library. [libfyaml]: https://github.com/pantoniou/libfyaml ```toml [dependencies] libfyaml-sys = "0.2" ``` ## License MIT license, same as libfyaml.