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.
- Host: GitHub
- URL: https://github.com/romnn/safe-arithmetic
- Owner: romnn
- License: mit
- Created: 2025-03-15T16:26:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T22:59:03.000Z (9 months ago)
- Last Synced: 2025-09-14T14:03:18.517Z (4 months ago)
- Topics: error-handling, numerics, overflow, rust, underflow
- Language: Rust
- Homepage: https://docs.rs/safe-arithmetic
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## safe-arithmetic
[
](https://github.com/romnn/safe-arithmetic/actions/workflows/build.yaml)
[
](https://github.com/romnn/safe-arithmetic/actions/workflows/test.yaml)
[](https://deps.rs/repo/github/romnn/safe-arithmetic)
[
](https://docs.rs/safe-arithmetic)
[
](https://crates.io/crates/safe-arithmetic)
Helper traits for safe arithmetic operations in Rust.
```bash
cargo add safe-arithmetic
```
- TODO: add examples