Snap for 11071763 from a7255f71263f2866607bf628a0d1852e20281dfe to 24Q1-release

Change-Id: I9dd76acc53efe0978b2a95edd5a0faad8cde70cd
tree: 791920a71b6ae7fe7a3179ab170110b0e5eddd75
  1. .github/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.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.