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

vmm-sys-util-v0.5.0

Choose a tag to compare

@alxiord alxiord released this 01 Apr 11:24

Added

  • Added conditionally compiled serde compatibility to FamStructWrapper, gated by the with-serde feature.
  • Implemented Into<std::io::Error for errno::Error.
  • Added a wrapper over libc::epoll used for basic epoll operations.