Skip to content

ethercrab-wire-derive-v0.1.2

Compare
Choose a tag to compare
@jamwaffles jamwaffles released this 03 Feb 13:45
· 106 commits to master since this release

Changed

  • #160 Packing buffers are now zeroed before
    being written into.

Added

  • #159 Support i* enum discriminants. Also
    adds support for u64. usize and isize are explicitly unsupported as they can change size on
    different targets.