No description
Find a file
Simon Ask Ulsnes 6f7b184678 Fix license
2024-02-04 09:00:36 +01:00
.github CI: Update required Rust versions 2024-02-03 09:56:37 +01:00
fuzz More lints 2024-02-03 10:39:04 +01:00
src Update fuzz testers 2024-02-03 10:35:21 +01:00
tests More lints 2024-02-03 10:39:04 +01:00
.gitignore Add parser fuzz target 2022-07-08 12:54:44 -07:00
Cargo.toml Fix license 2024-02-04 09:00:36 +01:00
LICENSE-MIT MIT license 2022-07-03 07:58:18 -07:00
README.md Update build status badge 2022-12-15 17:52:43 -08: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.2"

Compiler support: requires rustc 1.56+

License

MIT license, same as libyaml.