Expand description

Collections with a statically known minimum size.

Crate features

  • serde: Add implementations for the serde traits

Structs

A Vec with a minimum size.

Traits

Marker trait for non-empty minimum sizes.

Type Definitions

A Vec that always contains at least one element.