Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

vmm-sys-util-v0.6.0

Choose a tag to compare

@andreeaflorescu andreeaflorescu released this 18 May 12:26
  • Derived Copy for EpollEvent.
  • Implemented Debug for EpollEvent.
  • Changed Epoll::ctl signature such that EpollEvent 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.