Snap for 10878163 from 3581bbf11f5fe38757c6becda84560024810f5ce to 24Q1-release

Change-Id: Icb813da3a9f12f56f6b29ec5f3b26ed457bf9270
tree: 1f8d04e1c192a31cb0007f496519615050e53bc2
  1. .github/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE-MIT
  10. METADATA
  11. MODULE_LICENSE_MIT
  12. OWNERS
  13. 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.