safe-arithmetic 0.0.3

Traits for safe arithmetic operations in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## safe-arithmetic

[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/romnn/safe-arithmetic/build.yaml?label=build">](https://github.com/romnn/safe-arithmetic/actions/workflows/build.yaml)
[<img alt="test status" src="https://img.shields.io/github/actions/workflow/status/romnn/safe-arithmetic/test.yaml?label=test">](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)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/safe-arithmetic/latest?label=docs.rs">](https://docs.rs/safe-arithmetic)
[<img alt="crates.io" src="https://img.shields.io/crates/v/safe-arithmetic">](https://crates.io/crates/safe-arithmetic)

Helper traits for safe arithmetic operations in Rust.

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

- TODO: add examples