Skip to main content

Module no_alloc

Module no_alloc 

Source
Expand description

Fixed-capacity representations for allocation-free parsing.

Structs§

ArrayVec
A fixed-size array, which has vector-like operations.
RingBuf
A Circular / Ring buffer ‘Full’ is considered when it is SIZE-1

Enums§

ArrayVecError