[go: up one dir, main page]

Module serde::bytes [] [src]

Helper module to enable serializing bytes more efficiently

Structs

ByteBuf

ByteBuf wraps a Vec<u8> in order to hook into serialize and from deserialize a byte array.

ByteBufVisitor
Bytes

Bytes wraps a &[u8] in order to serialize into a byte array.