Module serde_bencode::de

source ·
Expand description

Deserialize bencode data to a Rust data structure

Structs

  • A structure for deserializing bencode into Rust values.

Functions

  • Deserialize an instance of type T from a bencode byte vector.
  • Deserialize an instance of type T from a string of bencode.