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
# VecMin


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

This crate requires `alloc` or `std`.