0.4.0
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 forXdpFeatures
,XdpRxMetadata
,XdpTxMetadata
,XdpZeroCopy
, andNetdevCapabilities
.