Expand description
Deserialize bencode data to a Rust data structure
Structs§
- Deserializer
- A structure for deserializing bencode into Rust values.
Functions§
- from_
bytes - Deserialize an instance of type
Tfrom a bencode byte vector. - from_
str - Deserialize an instance of type
Tfrom a string of bencode.