minsize 0.1.0

Collections with a statically known minimum size (using const generics)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 = "2018"
keywords = ["vec", "nonempty", "non-empty", "minimum-size", "const-generics"]
license = "MIT OR Apache-2.0"
name = "minsize"
repository = "https://github.com/elomatreb/minsize"
version = "0.1.0"