Crate bencode_decoder [] [src]

A module, providing way to parse Bencoded files (e.g. torrent files).

Contains all types of elements (BNumber, BList, BDictionary, BString), which have trait BElement with decoding functionality.

Structs

BNumber

Struct for representing numbers in Bencode format.

BString

Struct for representing string (byte sequence) in Bencode format.

Traits

BElement

Trait for all bencode elements.