Module serde

Module serde 

Source
Expand description

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

Structsยง

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