v0.3.0
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.