minsize 0.1.2

Collections with a statically known minimum size (using const generics)
Documentation
[dependencies.arbitrary]
optional = true
version = "1.2.0"

[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies.serde]
version = "1.0.126"

[dev-dependencies.serde_json]
version = "1.0.64"

[package]
categories = ["data-structures", "rust-patterns"]
description = "Collections with a statically known minimum size (using const generics)"
edition = "2021"
keywords = ["vec", "nonempty", "non-empty", "minimum-size", "const-generics"]
license = "MIT OR Apache-2.0"
name = "minsize"
readme = "README.md"
repository = "https://github.com/elomatreb/minsize"
version = "0.1.2"