Skip to main content

Module arrayvec

Module arrayvec 

Source
Expand description

Extensions for fixed-capacity ArrayVec values.

The module adds fluent slice extension while preserving the collection’s fixed storage budget. Capacity exhaustion remains explicit through a panic.

Traits§

ArrayVecExt
Adds fluent slice extension to fixed-capacity vectors.