bounded_types 0.2.0

Provides a type representing bounded integers, implemented using const generics.
Documentation
[dependencies.derive_more]
default-features = false
features = ["constructor"]
version = "0.99.13"

[dependencies.paste]
version = "1.0.5"

[dependencies.shrinkwraprs]
version = "0.3.0"
[dev-dependencies.assert2]
version = "0.3.5"

[dev-dependencies.trybuild]
version = "1.0.42"

[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"