Crate copiablebuf

Source

Structs§

CopiableBuffer
Copiable buffer, a tinier Vec, uses a fixed-size array to store a variable number of items.
CopiableBufferIntoIter
The iterator with owned data for the copiable buffer
CopiableBufferIter
The iterator for the copiable buffer
CopiableBufferIterMut
The mutable iterator for the copiable buffer

Traits§

CopiableItem