Module benko::parse[][src]

The implementations for the ParseBenc trait, that allows a sequence of bytes to be read into a Bencode type: (BInt, BStr, BVec, BMap).

Enums

ParseError

Traits

ParseBenc

Implements the parsing of byte arrays into a Bencode Type (BInt, BMap, BStr, BVec)

Type Definitions

ParseResult