This repository was archived by the owner on May 22, 2026. It is now read-only.
vmm-sys-util-v0.6.0
- Derived Copy for EpollEvent.
- Implemented Debug for EpollEvent.
- Changed
Epoll::ctlsignature such thatEpollEventis passed by
value and not by reference. - Enabled this crate to be used on other Unixes (besides Linux) by using
target_os = linux where appropriate.