5个不稳定版本
新 0.3.2 | 2024年8月20日 |
---|---|
0.3.1 | 2024年8月20日 |
0.3.0 | 2024年3月29日 |
0.2.0 | 2024年3月13日 |
0.1.0 | 2024年3月7日 |
#366 in 算法
230 每月下载量
2MB
31K SLoC
decmathlib-rs
将Intel十进制浮点数学库decimal128类型移植到Rust。
Rust学习项目。
徽章
致谢
许可证
本地构建
克隆项目
git clone https://github.com/carlosga/decmathlib-rs
进入项目目录
cd decmathlib-rs
构建(Cargo)
cargo build
运行测试
要运行测试,请运行以下命令
cargo test
要包含serde序列化和反序列化测试,请运行以下命令
cargo test --features serde
依赖项
~0–11MB
~126K SLoC