Crate ben

Source
Expand description

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.

Re-exports§

pub use decode::Decode;
pub use decode::Decoder;
pub use encode::Encode;
pub use encode::Encoder;

Modules§

decode
encode

Structs§

Parser
Bencode Parser

Enums§

Error

Type Aliases§

Result