v0.4.0
New
- A new macro
with_order!provides an explicitly monomorphized scope for reading and writing. Fromimplementation forByteOrdered, which can now be built from a(T, E)tuple.- New methods for
ByteOrdered:into_parts(returns a tuple) andas_mut(for borrowing the source into a newByteOrdered) - Derive
CloneforByteOrdered(whereT: CloneandE: Clone, the latter is guaranteed for existing implementers).
Breaking
No breaking changes that I know of. This version bump was to better pin down the moment where all these new features were introduced.