[dependencies.derive_more]
version = "0.99.7"
[dependencies.num]
optional = true
version = "0.2.1"
[dev-dependencies.anyhow]
version = "1.0.31"
[features]
default = []
extra-traits = ["num"]
[package]
authors = ["kgv <kgv@users.noreply.github.com>"]
categories = ["data-structures ", "rust-patterns"]
description = "Bounded numeric types"
edition = "2018"
homepage = "https://crates.io/crates/bounded"
keywords = ["data-structure", "integer", "library", "utility", "wrapper"]
license = "MIT OR Apache-2.0"
name = "bounded"
readme = "README.md"
repository = "https://github.com/kgv/bounded"
version = "0.1.1"