unsafe-libyaml ============== [github](https://github.com/dtolnay/unsafe-libyaml) [crates.io](https://crates.io/crates/unsafe-libyaml) [docs.rs](https://docs.rs/unsafe-libyaml) [build status](https://github.com/dtolnay/unsafe-libyaml/actions?query=branch%3Amaster) This library is [libyaml] translated from C to unsafe Rust with the assistance of [c2rust]. [libyaml]: https://github.com/yaml/libyaml/tree/2c891fc7a770e8ba2fec34fc6b545c672beb37e6 [c2rust]: https://github.com/immunant/c2rust ```toml [dependencies] unsafe-libyaml = "0.2" ``` *Compiler support: requires rustc 1.56+* ## License MIT license, same as libyaml.