Module musli_binary_common::reader
source · [−]Expand description
Trait for governing how a particular source of bytes is read.
musli
requires all sources to reference the complete data being read from
it which allows it to make the assumption the bytes are always returned with
the 'de
lifetime.
Structs
Limit the number of bytes that can be read out of a reader to the specified limit.
An efficient Reader wrapper around a slice.
An error raised while decoding a slice.
Keep a record of the current position.
Traits
A reader where the current position is exactly known.
Trait governing how a source of bytes is read.