6 releases
0.3.3 | Sep 2, 2024 |
---|---|
0.3.2 | Aug 20, 2024 |
0.3.0 | Mar 29, 2024 |
0.2.0 | Mar 13, 2024 |
0.1.0 | Mar 7, 2024 |
#381 in Algorithms
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–11MB
~127K SLoC