Snap for 11510257 from 73731e8a8d614cfd75d986cd6d381910a1d4c86e to simpleperf-release

Change-Id: Iaec5eafe9b1f7c88f987329e58879d475da04299
tree: d7667e56dad353c0474e9874e1282b4a1d3124ec
  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.