checked_ops 0.1.0

Automatic checked arithmetic operations in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "checked_ops"
version = "0.1.0"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
edition = "2018"

description = "Automatic checked arithmetic operations in Rust"
documentation = "https://docs.rs/checked_ops"
homepage = "https://github.com/kamadak/checked_ops-rs"
repository = "https://github.com/kamadak/checked_ops-rs"
readme = "README"
keywords = ["arithmetic", "checked"]
categories = ["rust-patterns"]
license = "BSD-2-Clause"

[dependencies]
num-traits = "0.2.4"