1# vmm-sys-util 2 3[](https://crates.io/crates/vmm-sys-util) 4[](https://docs.rs/vmm-sys-util/) 5 6This crate is a collection of modules that provides helpers and utilities 7used by multiple [rust-vmm](https://github.com/rust-vmm/community) components. 8 9The crate implements safe wrappers around common utilities for working 10with files, event file descriptors, ioctls and others. 11 12## Support 13 14**Platforms**: 15- x86_64 16- aarch64 17 18**Operating Systems**: 19- Linux 20- Windows (partial support) 21 22## License 23 24This code is licensed under [BSD-3-Clause](LICENSE-BSD-3-Clause). 25