[dependencies]
[lib]
name = "safe_arith"
path = "src/lib.rs"
[package]
authors = ["Sigma Prime <contact@sigmaprime.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe arithmetic on integers, which avoids overflow and division by zero."
documentation = "https://docs.rs/safe_arith"
edition = "2024"
license = "Apache-2.0"
name = "safe_arith"
readme = "README.md"
repository = "https://github.com/sigp/safe_arith"
version = "0.1.0"