Android 14.0.0 Release 30 (AP1A.240405.002)
Snap for 11111096 from 831c504fdcedff60e264796f747d22a04cc97a06 to 24Q1-release

Change-Id: I2e9425d3f556f330d1a4bd98df144590adf5b0b4
tree: 363befbfbb58e8eb39969e5a1445654288c91f0a
  1. .github/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo_embargo.json
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_MIT
  13. OWNERS
  14. README.md
README.md

unsafe-libyaml

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.