Module bt_bencode::read
source · [−]Expand description
Read trait and helpers to read bytes for the deserializer.
Structs
A wrapper to implement this crate’s Read trait for std::io::Read trait implementations.
A wrapper to implement this crate’s Read trait for byte slices.
Traits
Trait used by the de::Deserializer to read bytes.