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-rsGo to the project directory
cd decmathlib-rsBuild (Cargo)
cargo buildTo run tests, run the following command
cargo testTo include the serde serialization/deserialization tests, run the following command
cargo test --features serde