Skip to content

v0.3.3 - Syntax Sugar & Bug fixes

Latest
Compare
Choose a tag to compare
@john-bv john-bv released this 13 Aug 21:17
· 1 commit to master since this release

Change Log

  • Streamable is now properly deprecated and will be completely removed in v0.4.0
  • The following type structs have been added under binary_util::types:
    • u24 & i24
    • varu32 and vari32
    • varu64 and vari64
  • LE now properly encodes as Little Endian
  • BE now exists as an explicit type. (Even though by default everything is BE)
  • A bug with derive has been fixed that dis-allowed doc comments.

Full Changelog: v0.3.2...v0.3.3