An open API service indexing awesome lists of open source software.

https://github.com/romnn/safe-arithmetic

Helper traits for safe arithmetic operations in Rust.
https://github.com/romnn/safe-arithmetic

error-handling numerics overflow rust underflow

Last synced: 3 months ago
JSON representation

Helper traits for safe arithmetic operations in Rust.

Awesome Lists containing this project

README

          

## safe-arithmetic

[build status](https://github.com/romnn/safe-arithmetic/actions/workflows/build.yaml)
[test status](https://github.com/romnn/safe-arithmetic/actions/workflows/test.yaml)
[![dependency status](https://deps.rs/repo/github/romnn/safe-arithmetic/status.svg)](https://deps.rs/repo/github/romnn/safe-arithmetic)
[docs.rs](https://docs.rs/safe-arithmetic)
[crates.io](https://crates.io/crates/safe-arithmetic)

Helper traits for safe arithmetic operations in Rust.

```bash
cargo add safe-arithmetic
```

- TODO: add examples