byteorder v1.2.4 Release Notes

Release Date: 2018-07-30 // over 5 years ago
  • 🚀 This patch release adds support for 48-bit integers by adding the following methods to the ByteOrder trait: read_u48, read_i48, write_u48 and write_i48. Corresponding methods have been added to the ReadBytesExt and WriteBytesExt traits as well.