decmathlib-rs

Crates.iodecmathlib-rs
lib.rsdecmathlib-rs
version0.3.3
sourcesrc
created_at2024-03-07 18:29:15.249713
updated_at2024-09-02 16:55:49.261819
descriptionPort of the Intel Decimal Floating-Point Math Library decimal128 type to Rust.
homepage
repositoryhttps://github.com/carlosga/decmathlib-rs
max_upload_size
id1166179
size8,485,196
Carlos Guzmán Álvarez (carlosga)

documentation

README

decmathlib-rs

Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust.

Rust learning project.

Badges

MIT License Build Status GitHub last commit Downloads

Acknowledgements

License

MIT

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
Commit count: 369

cargo fmt