Structs

  • This struct wraps a Vec<u8> or &mut Vec<u8>, combining it with a num_initialized, which keeps track of the number of initialized bytes in the unused capacity.

Traits

  • VecU8 🔒
    Something that looks like a Vec<u8>.

Functions