Module reader

Module reader 

Source
Expand description

Trait governing how to read bytes.

Structs§

Limit
Limit the number of bytes that can be read out of a reader to the specified limit.
SliceReader
An efficient Reader wrapper around a slice.

Traits§

IntoReader
Coerce a type into a Reader.
Reader
Trait governing how a source of bytes is read.