vmm-sys-util-v0.6.0
- Derived Copy for EpollEvent.
- Implemented Debug for EpollEvent.
- Changed
Epoll::ctl
signature such thatEpollEvent
is 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.