No description
Find a file
David Tolnay 63131f5306
Explicitly disable unsafe_op_in_unsafe_fn lint
This is allow-by-default for now in 2021 edition, but will become
warn-by-default in 2024 edition. The lint is not going to provide value
in this crate so we'll plan to keep it turned off even after adopting
2024 edition.
2023-12-20 16:09:01 -08:00
.github Test docs.rs documentation build in CI 2023-09-24 10:53:44 -07:00
fuzz Drop braces from fuzz closure 2023-08-10 19:21:01 -07:00
src Explicitly disable unsafe_op_in_unsafe_fn lint 2023-12-20 16:09:01 -08:00
tests Resolve needless_borrow pedantic clippy lint in test 2022-10-24 21:42:13 -07:00
.gitignore Add parser fuzz target 2022-07-08 12:54:44 -07:00
Cargo.toml Release 0.2.10 2023-12-14 14:27:21 -08: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.