Module neodyn_xc::de::binary::stream[][src]

Deserializing from the compact binary representation.

This module performs deserialization from a Reader (stream).

TODO(H2CO3): maybe improve error messages?

Structs

BinaryStreamDeserializer

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

Functions

from_reader

Deserializes a value from a reader providing the binary representation.

from_reader_buffered

Deserializes a value from a reader providing the binary representation.