1 unstable release

Uses old Rust 2015

0.1.0 Jun 27, 2018

#47 in #decimal-number

31 downloads per month

GPL-3.0 license

17KB
287 lines

bcd

Library for binary coded decimal numbers

Documentation

Coming soon...

Example

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

No runtime deps