Skip to content

v0.5.0

Compare
Choose a tag to compare
@Enet4 Enet4 released this 02 Dec 23:44

Breaking

  • The method ByteOrdered#endianness() no longer returns the endianness value as known at run-time (of type Endianness), but the actual endianness information as known by the compiler (type E). This value should be more useful in general, and can be converted to an Endianness (From/Into) if that is really necessary.
  • The minimum Rust compiler version has been bumped to 1.31.0.
  • The Cargo feature i128 no longer exists and should just be removed from your project. Everything else should work as intended without it.