Skip to content

0.4.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 17 Feb 14:12
· 8 commits to main since this release

Changed

  • PR#11 fixed documentation, but also moved some types and constants around in the libc module.
  • PR#14 changed Packet::array_at_offset to take a &mut [u8; N] rather than return it.

Fixed

  • PR#14 fixed a bug where inserting past the end of the tail would not return an Err.

Added

  • PR#14 ungated the Debug impls for XdpFeatures, XdpRxMetadata, XdpTxMetadata, XdpZeroCopy, and NetdevCapabilities.