[][src]Crate ben

ben is an efficient Bencode parser which parses the structure into a flat stream of tokens rather than an actual tree and thus avoids unneccessary allocations.

Structs

Dict

A bencode dictionary

List

A bencode list

Node

Enums

Encoder

Encoder to use for encoding data into bencode format.

Error

Type Definitions

Result