libfyaml-sys 0.2.6+fy0.8.0

Rust binding for libfyaml
Documentation
libfyaml-rs
===========

[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/libfyaml--rs-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/libfyaml-rs)
[<img alt="crates.io" src="https://img.shields.io/crates/v/libfyaml-sys.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/libfyaml-sys)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-libfyaml--sys-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/libfyaml-sys)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/libfyaml-rs/ci.yml?branch=master&style=for-the-badge" height="20">](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

<a href="LICENSE-MIT">MIT license</a>, same as libfyaml.