bounded-vec 0.7.1

Non-empty rust Vec wrapper with type guarantees on lower and upper bounds for items quantity.
Documentation
[dependencies.proptest]
optional = true
version = "1.0.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.123"

[dependencies.thiserror]
version = "1"
[dev-dependencies.proptest]
version = "1.0.0"

[features]
arbitrary = ["proptest"]

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

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