jbaublitz / neli

Rust type safe netlink library
BSD 3-Clause "New" or "Revised" License
180 stars 35 forks source link

Support FromBytes and ToBytes for i128 and u128 #203

Closed joshtriplett closed 1 year ago

joshtriplett commented 2 years ago

Bump byteorder dependency to 1.3, since that version added automatic 128-bit support.