# vmm-sys-util

[![crates.io](https://img.shields.io/crates/v/vmm-sys-util)](https://crates.io/crates/vmm-sys-util)
[![docs.rs](https://img.shields.io/docsrs/vmm-sys-util)](https://docs.rs/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 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](LICENSE-BSD-3-Clause).
