bcd 0.1.0

Binary coded decimal library
  • Size
  • Source code size: 45.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Links
  • petoknm/bcd
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • petoknm
bcd-0.1.0 doesn't have any documentation.

bcd

Library for binary coded decimal numbers

Documentation

Coming soon...

Example

assert_eq!(
    Bcd(0x01234) +
    Bcd(0x01234),
   (Bcd(0x02468), /* overflow */ false)
);