bounded_types 0.2.0

Provides a type representing bounded integers, implemented using const generics.
Documentation
[package]
authors = ["snowpoke <hello@snowpoke.ink>"]
categories = ["rust-patterns", "data-structures"]
description = "Provides a type representing bounded integers, implemented using const generics."
edition = "2018"
keywords = ["bounded", "int", "integer", "limited", "numbers"]
license = "MIT OR Apache-2.0"
name = "bounded_types"
repository = "https://github.com/snowpoke/bounded_types.git"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive_more = {version = "0.99.13", default-features = false, features = ["constructor"]}
paste = "1.0.5"
shrinkwraprs = "0.3.0"

[dev-dependencies]
assert2 = "0.3.5"
trybuild = "1.0.42"