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`.