bounded-vec 0.2.0

Non-empty rust Vec wrapper with type guarantees on lower and upper bounds for items quantity.
Documentation
[package]
name = "bounded-vec"
version = "0.2.0"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
edition = "2018"
description = "Non-empty rust Vec wrapper with type guarantees on lower and upper bounds for items quantity."
repository = "https://github.com/ergoplatform/bounded-vec"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]


[dev-dependencies]