• Home
Name Date Size #Lines LOC

..--

patches/04-Jul-2025-6657

src/04-Jul-2025-7,3544,105

.android-checksum.jsonD04-Jul-20253.2 KiB11

.cargo-checksum.jsonD04-Jul-20252.6 KiB11

Android.bpD04-Jul-20251.4 KiB5752

CHANGELOG.mdD04-Jul-20257.3 KiB219158

CODEOWNERSD04-Jul-202578 21

Cargo.tomlD04-Jul-20251.3 KiB5545

LICENSED04-Jul-20251.5 KiB2827

LICENSE-BSD-3-ClauseD04-Jul-20251.5 KiB2827

METADATAD04-Jul-2025378 1817

MODULE_LICENSE_BSDD04-Jul-20250

README.mdD04-Jul-2025671 2516

TEST_MAPPINGD04-Jul-202580 87

cargo_embargo.jsonD04-Jul-2025141 88

coverage_config_aarch64.jsonD04-Jul-202575 65

coverage_config_x86_64.jsonD04-Jul-202576 65

README.md

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