| Crates.io | decmathlib-rs |
| lib.rs | decmathlib-rs |
| version | 0.4.0 |
| created_at | 2024-03-07 18:29:15.249713+00 |
| updated_at | 2025-03-02 16:00:19.022408+00 |
| description | Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust. |
| homepage | |
| repository | https://github.com/carlosga/decmathlib-rs |
| max_upload_size | |
| id | 1166179 |
| size | 8,526,271 |
Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust.
Rust learning project.
Clone the project
git clone https://github.com/carlosga/decmathlib-rs
Go to the project directory
cd decmathlib-rs
Build (Cargo)
cargo build
To run tests, run the following command
cargo test
To include the serde serialization/deserialization tests, run the following command
cargo test --features serde