bcd 0.1.0

Binary coded decimal library
Documentation

bcd

Library for binary coded decimal numbers

Documentation

Coming soon...

Example

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