Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 12,429 | 11,272 | ||
tests/ | 25-Apr-2025 | - | 271 | 240 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 2.4 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.5 KiB | 57 | 51 | |
Cargo.lock | D | 25-Apr-2025 | 817 | 33 | 28 | |
Cargo.toml | D | 25-Apr-2025 | 1.1 KiB | 39 | 34 | |
LICENSE | D | 25-Apr-2025 | 1,023 | 24 | 21 | |
LICENSE-MIT | D | 25-Apr-2025 | 1,023 | 24 | 21 | |
METADATA | D | 25-Apr-2025 | 402 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 1.2 KiB | 25 | 17 | |
cargo_embargo.json | D | 25-Apr-2025 | 100 | 9 | 8 |
README.md
1unsafe-libyaml 2============== 3 4[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/unsafe--libyaml-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/unsafe-libyaml) 5[<img alt="crates.io" src="https://img.shields.io/crates/v/unsafe-libyaml.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/unsafe-libyaml) 6[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-unsafe--libyaml-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/unsafe-libyaml) 7[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/unsafe-libyaml/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/unsafe-libyaml/actions?query=branch%3Amaster) 8 9This library is [libyaml] translated from C to unsafe Rust with the assistance 10of [c2rust]. 11 12[libyaml]: https://github.com/yaml/libyaml/tree/2c891fc7a770e8ba2fec34fc6b545c672beb37e6 13[c2rust]: https://github.com/immunant/c2rust 14 15```toml 16[dependencies] 17unsafe-libyaml = "0.2" 18``` 19 20*Compiler support: requires rustc 1.56+* 21 22## License 23 24<a href="LICENSE-MIT">MIT license</a>, same as libyaml. 25