bcd

Crates.iobcd
lib.rsbcd
version0.1.0
sourcesrc
created_at2018-06-27 15:10:15.405181
updated_at2018-06-27 15:10:15.405181
descriptionBinary coded decimal library
homepage
repositoryhttps://gitlab.com/petoknm/bcd
max_upload_size
id71944
size45,510
Peter Majchrak (petoknm)

documentation

README

bcd

Library for binary coded decimal numbers

Documentation

Coming soon...

Example

assert_eq!(
    Bcd(0x01234) +
    Bcd(0x01234),
   (Bcd(0x02468), /* overflow */ false)
);
Commit count: 19

cargo fmt