No description
Find a file
2022-07-22 15:30:05 -07:00
.github/workflows Add CI build to cover fuzz target 2022-07-08 12:54:46 -07:00
fuzz Add fuzz targets for scan and load 2022-07-08 16:23:11 -07:00
src Factor out QUEUE_DEL macro 2022-07-22 15:30:05 -07:00
tests Deal with clippy lints 2022-07-08 12:54:44 -07:00
.gitignore Add parser fuzz target 2022-07-08 12:54:44 -07:00
Cargo.toml Release 0.1.2 2022-07-08 17:18:55 -07:00
LICENSE-MIT MIT license 2022-07-03 07:58:18 -07:00
README.md Release 0.1.0 2022-07-08 12:54:47 -07:00

unsafe-libyaml

github crates.io docs.rs build status

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.