1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2018 年 6 月 27 日 |
---|
#49 in #decimal-number
17KB
287 lines
bcd
二进制编码十进制数字库
文档
即将推出...
示例
assert_eq!(
Bcd(0x01234) +
Bcd(0x01234),
(Bcd(0x02468), /* overflow */ false)
);
使用旧的 Rust 2015
0.1.0 | 2018 年 6 月 27 日 |
---|
#49 in #decimal-number
17KB
287 lines
二进制编码十进制数字库
即将推出...
assert_eq!(
Bcd(0x01234) +
Bcd(0x01234),
(Bcd(0x02468), /* overflow */ false)
);