Platform Tools Release 34.0.5 (10900879)
OWNERS: master -> main

Change-Id: I8a3137518080548fa90377a4cf277c528ecd3fa5
1 file changed
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.