Import unsafe-libyaml

Bug: 277909042
Test: build
Change-Id: I51f314d42db5cdb161e14df5ec5e20fd45876088
35 files changed
tree: 4751d9b15c4bf6bc6b012e7fffb8773b1e9d4697
  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.