No description
Find a file
David Tolnay 202e66fb9d
Show error details during miri setup in CI
Without this, if it fails, the only information printed is useless:

    Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)...
    fatal error: failed to build sysroot; run `cargo miri setup` to see the error details
2023-05-23 08:29:47 -07:00
.github Show error details during miri setup in CI 2023-05-23 08:29:47 -07:00
fuzz Update fuzz crate gitignore to ignore coverage dir 2023-03-25 21:35:20 -07:00
src Fix new unused_mut detected by nightly-2023-04-30 2023-04-29 20:15:50 -07: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.8 2023-04-05 22:37:31 -07: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.