Skip to content

0.2.0

Compare
Choose a tag to compare
@cberner cberner released this 11 Jun 15:19
· 667 commits to master since this release
  • Add information log messages which can be enabled with the logging feature
  • Add support for [u8; N] type
  • Optimize storage of fixed width types. The value length is no longer stored, which reduces storage space by ~50% for u64,
    2x for u32, and also improves performance.