Skip to main content

Module front_vec

Module front_vec 

Source

Structsยง

FrontVec
Its like a vec but with reserveable front space. Its meant for our packet serialization, you can just put the len of the packet in front without reallocating keep in mind that calling multiple set_in_front() sets the data in reverse order compared to extend_from_slice()