No description
Find a file
Simon Ask Ulsnes 1e8de81f66 Lint
2024-02-03 10:21:09 +01:00
.github CI: Update required Rust versions 2024-02-03 09:56:37 +01:00
fuzz Drop braces from fuzz closure 2023-08-10 19:21:01 -07:00
src Lint 2024-02-03 10:21:09 +01:00
tests Replace yaml_emitter_initialize with safe alternative 2024-02-02 10:10:24 +01:00
.gitignore Add parser fuzz target 2022-07-08 12:54:44 -07:00
Cargo.toml Parser: Safe token queue, Rustify errors 2024-02-02 09:53:17 +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.