nonmax 0.5.5

Numeric types that cannot hold maximum values
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.bincode]
version = "1.3"

[features]
default = ["std"]
std = []

[package]
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Numeric types that cannot hold maximum values"
documentation = "https://docs.rs/nonmax"
edition = "2018"
homepage = "https://github.com/LPGhatguy/nonmax"
keywords = ["nonmax", "non-max", "nonzero", "non-zero"]
license = "MIT OR Apache-2.0"
name = "nonmax"
readme = "README.md"
repository = "https://github.com/LPGhatguy/nonmax"
version = "0.5.5"