Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 515 Bytes

vmm-sys-util

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 Apache-2.0 and BSD-3-Clause.