Expand description

Efficient serialization implementation, ensuring bytes are written as a buffer of bytes not as a sequence.

Structs

A Vec<u8> wrapper that supports serializing efficiently in Serde.

A Cow<'a, [u8]> wrapper that supports serializing efficiently in Serde.