Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.34 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.34 KB

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