Skip to content

vmm-sys-util-v0.6.0

Compare
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.