Skip to content

v0.2.0

Compare
Choose a tag to compare
@Enet4 Enet4 released this 22 Nov 22:48

Breaking changes

  • Endianness::le_iif and Endianness::be_iif were renamed to Endianness::le_iff and Endianness::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 the BufRead and Seek implementations of the inner type.