Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosga committed Jan 22, 2024
1 parent 7bae8b3 commit 52dd582
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,45 @@
# decmathlib-rs
Port to [Rust](https://www.rust-lang.org/) of the decimal128 type from [Intel Decimal Floating-Point Math Library](https://www.intel.com/content/www/us/en/developer/articles/tool/intel-decimal-floating-point-math-library.html)

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

## Acknowledgements

- [Intel Decimal Floating-Point Math Library](https://www.intel.com/content/www/us/en/developer/articles/tool/intel-decimal-floating-point-math-library.html)
- [readme.so](https://readme.so/editor)

## Badges

Add badges from somewhere like: [shields.io](https://shields.io/)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Build Locally

Clone the project

```bash
git clone https://github.com/carlosga/decmathlib-rs
```

Go to the project directory

```bash
cd decmathlib-rs
```

Build (Cargo)

```bash
cargo build
```
## Running Tests

To run tests, run the following command

```bash
cargo test
```

0 comments on commit 52dd582

Please sign in to comment.