Expand description

Deserializing from the compact binary representation.

Re-exports

pub use self::slice::from_bytes;
pub use self::slice::BinarySliceDeserializer;
pub use self::stream::from_reader;
pub use self::stream::from_reader_buffered;
pub use self::stream::BinaryStreamDeserializer;

Modules

Deserializing from the compact binary representation.

Deserializing from the compact binary representation.