serial-num 0.1.1

Serial number type with wraparound
Documentation

serial-num   Latest Version Documentation License

TODO

Feature Flags

  • bincode: Implements bincode's Decode/Encode for the Serial type
  • serde: Implements serde's Deserialize/Serialize for the Serial type

Changelog

0.1.1 - 2023-01-06

Fixed

  • Disabled the std features of bincode/serde to enable no_std support.