Structsยง
- Front
Vec - 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 toextend_from_slice()