Skip to content

v0.3.0

Choose a tag to compare

@Enet4 Enet4 released this 05 Dec 16:18

New

As part of an extension to the Endian trait, Methods into_opposite and is_native are now always available on both ByteOrdered and the material endianness types StaticEndianness<B> and Endianness.

Changes

Other definitions of into_opposite were moved into the Endian trait. If you find a compilation error, you might need to use it.

Other

Minor documentation improvements.