Migrate 8 crates to monorepo

unicode-xid
uniffi_core
uniffi_macros
vhost
vhost-user-backend
vm-memory
vmm-sys-util
yaml-rust

Bug: http://b/339424309
Test: treehugger
Change-Id: I702d31a7f7b450589d4a7875d85a6788b6a75616
2 files changed
tree: 99151308a37225e3019094aeb7b3447595e05962
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. patches/
  5. src/
  6. .cargo_vcs_info.json
  7. .gitignore
  8. Android.bp
  9. Cargo.toml
  10. Cargo.toml.orig
  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.