overflow-proof 0.1.0

Monadic checked arithmetic for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Monadic checked arithmetic for Rust"
documentation = "https://docs.rs/overflow-proof"
edition = "2018"
homepage = "https://github.com/dpc/overflow-proof"
keywords = ["checked", "arithmetic", "overflow"]
license = "MPL-2.0 OR MIT OR Apache-2.0"
name = "overflow-proof"
readme = "README.md"
repository = "https://github.com/dpc/overflow-proof"
version = "0.1.0"