Expand description

Deserializing from the compact binary representation.

This module performs deserialization from a Reader (stream).

TODO(H2CO3): maybe improve error messages?

Structs

Deserializer for the compact, machine-readable format. Useful in situations when the data to be deserialized comes from an io::Read stream reader.

Functions

Deserializes a value from a reader providing the binary representation.

Deserializes a value from a reader providing the binary representation.