Expand description
Parsers, including the main parser and the parsers for the basic types (integer and string).
BencodeParser is the main parser. It is generic over the type of the
input buffer.
Modules§
- error
- Parser errors.
- integer
- Bencoded integer parser.
- stack
- The stack used by the Bencoded to JSON converter to keep track of the current parsing state.
- string
- Bencoded string parser.