Module serde_mtproto::helpers [] [src]

Various helper types to assist in expressing certain data layouts.

Structs

ByteBuf

A wrapper around Vec<u8> with Serialize and Deserialize implementations tailored specifically for byte sequence [de]serialization.

Bytes

A wrapper around &[u8] with Serialize and Deserialize implementations tailored specifically for byte sequence [de]serialization.