Skip to main content

Crate vecmin

Crate vecmin 

Source
Expand description

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

Re-exports§

pub use vec::VecMin;
pub use vec::VecOne;

Modules§

vec
Implementation of the VecMin and VecOne newtypes.

Macros§

vecmin
Creates a VecMin containing the arguments.
vecone
Creates a VecOne containing the arguments.

Structs§

ModifyError
An error indicating that an operation would reduce the length of a vector below its minimum required length.