Snap for 11878398 from b43a3c68d405325de6992375d5c4cab50e0fff45 to busytown-mac-infra-release

Change-Id: I57ed7247d0f984bfaf12f53bda0af718459a9133
tree: 741b9d87dbbe39d15dc96a3cd0dd9fddc334abc7
  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.