Crate prealloc_ref_vec

Crate prealloc_ref_vec 

Source

Structsยง

PreallocRefVec
A struct that is used to create a temporary Vec of references/unsized data without allocating/deallocating. Useful for realtime code.
TmpRefMutVec
A temporary Vec of mutable references/unsized data created using a PreallocRefVec. Useful for realtime code.
TmpRefVec
A temporary Vec of immutable references/unsized data created using a PreallocRefVec. Useful for realtime code.