7 unstable releases
Uses new Rust 2024
0.4.0 | Mar 2, 2025 |
---|---|
0.3.3 | Sep 2, 2024 |
0.3.2 | Aug 20, 2024 |
0.3.0 | Mar 29, 2024 |
0.1.0 | Mar 7, 2024 |
#396 in Algorithms
139 downloads per month
2MB
31K
SLoC
decmathlib-rs
Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust.
Rust learning project.
Badges
Acknowledgements
License
Build Locally
Clone the project
git clone https://github.com/carlosga/decmathlib-rs
Go to the project directory
cd decmathlib-rs
Build (Cargo)
cargo build
Running Tests
To run tests, run the following command
cargo test
To include the serde serialization/deserialization tests, run the following command
cargo test --features serde
Dependencies
~0–16MB
~154K SLoC