Crates.io | bcd |
lib.rs | bcd |
version | 0.1.0 |
source | src |
created_at | 2018-06-27 15:10:15.405181 |
updated_at | 2018-06-27 15:10:15.405181 |
description | Binary coded decimal library |
homepage | |
repository | https://gitlab.com/petoknm/bcd |
max_upload_size | |
id | 71944 |
size | 45,510 |
Library for binary coded decimal numbers
Coming soon...
assert_eq!(
Bcd(0x01234) +
Bcd(0x01234),
(Bcd(0x02468), /* overflow */ false)
);