Skip to content

v0.4.0

Choose a tag to compare

@Enet4 Enet4 released this 15 Jan 22:24
· 42 commits to master since this release

New

  • A new macro with_order! provides an explicitly monomorphized scope for reading and writing.
  • From implementation for ByteOrdered, which can now be built from a (T, E) tuple.
  • New methods for ByteOrdered: into_parts (returns a tuple) and as_mut (for borrowing the source into a new ByteOrdered)
  • Derive Clone for ByteOrdered (where T: Clone and E: 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.