vmm-sys-util 0.3.1

A system utility set
Documentation
# vmm-sys-util

This crate is a collection of modules that provides helpers and utilities
used by multiple [rust-vmm](https://github.com/rust-vmm/community) components.

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

## Support

**Platforms**:
- x86_64
- aarch64

**Operating Systems**:
- Linux

## License

This code is licensed under [Apache-2.0](LICENSE-APACHE) and
[BSD-3-Clause](LICENSE-BSD-3-Clause).