Module de

Module de 

Source
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 T from a bencode byte vector.
from_str
Deserialize an instance of type T from a string of bencode.