fyaml-sys 0.1.0+fy0.9.3

Rust FFI bindings for libfyaml (maintained fork of libfyaml-sys)
Documentation
# fyaml-sys

Rust FFI bindings for the [libfyaml] C library.

[libfyaml]: https://github.com/pantoniou/libfyaml

```toml
[dependencies]
fyaml-sys = "0.1"
```

## Origin

This crate is a maintained fork of [libfyaml-sys](https://crates.io/crates/libfyaml-sys)
originally created by [David Tolnay](https://github.com/dtolnay). The original
repository was [archived](https://github.com/dtolnay/libfyaml-rs) in December 2024.

This fork continues maintenance to support newer libfyaml versions (0.9.x).

## License

MIT license, same as the original libfyaml-sys and libfyaml.