Efficient serialization implementation, ensuring bytes are written as a buffer of bytes not as a sequence.
A Vec<u8> wrapper that supports serializing efficiently in Serde.
Vec<u8>
A Cow<'a, [u8]> wrapper that supports serializing efficiently in Serde.
Cow<'a, [u8]>