unsafe-libyaml
==============
[](https://github.com/dtolnay/unsafe-libyaml)
[](https://crates.io/crates/unsafe-libyaml)
[](https://docs.rs/unsafe-libyaml)
[](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.