v0.2.0
Breaking changes
Endianness::le_iif
andEndianness::be_iif
were renamed toEndianness::le_iff
andEndianness::be_iff
(an unfortunate typo...)- the compiler's fuzzy name search should recommend you the right method to call if you were already using 0.1.0
New
ByteOrdered
now exposes theBufRead
andSeek
implementations of the inner type.