mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-23 03:43:03 +00:00
No description
c47432e38b
Generated with the assistance of: sed -i 's/) == 0\b/) == Zero/' src/*.rs sed -i 's/) != 0\b/) != Zero/' src/*.rs |
||
---|---|---|
.github/workflows | ||
fuzz | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
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.1"
Compiler support: requires rustc 1.56+
License
MIT license, same as libyaml.