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

Change-Id: Ib04dbdd0f4dfe59da9a3af92b711ee2b830114b6
1 file changed
tree: 749b82de715b7137955a32ffc475baf35d134790
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. src/
  5. .cargo_vcs_info.json
  6. .gitignore
  7. Android.bp
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo2android.json
  11. CHANGELOG.md
  12. CODEOWNERS
  13. coverage_config_aarch64.json
  14. coverage_config_x86_64.json
  15. LICENSE-BSD-3-Clause
  16. METADATA
  17. MODULE_LICENSE_BSD_LIKE
  18. OWNERS
  19. README.md
README.md

vmm-sys-util

crates.io docs.rs

This crate is a collection of modules that provides helpers and utilities used by multiple rust-vmm components.

The crate implements safe wrappers around common utilities for working with files, event file descriptors, ioctls and others.

Support

Platforms:

  • x86_64
  • aarch64

Operating Systems:

  • Linux
  • Windows (partial support)

License

This code is licensed under BSD-3-Clause.