| .. | ||
| .github | ||
| src | ||
| tests | ||
| .cargo-checksum.json | ||
| .cargo_vcs_info.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Cargo.toml.orig | ||
| LICENSE-MIT | ||
| README.md | ||
unsafe-libyaml
This library is libyaml translated from C to unsafe Rust with the assistance of c2rust.
[dependencies]
unsafe-libyaml = "0.2"
Compiler support: requires rustc 1.56+
License
MIT license, same as libyaml.