vecmin 0.1.0

Provides a `VecMin` and `VecOne` newtype wrapper around `Vec` that enforces a minimum length at compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

authors = ["Raphael L. <raphael.j.larsen@gmail.com>"]

categories = ["data-structures", "no-std"]

description = "Provides a `VecMin` and `VecOne` newtype wrapper around `Vec` that enforces a minimum length at compile time."

documentation = "https://docs.rs/vecmin"

edition = "2024"

homepage = "https://github.com/larsraph/vecmin"

keywords = ["vec", "min", "one", "length", "non-empty"]

license = "Apache-2.0"

name = "vecmin"

readme = "README.md"

repository = "https://github.com/larsraph/vecmin"

rust-version = "1.87"

version = "0.1.0"



[dependencies]