Enums§
Constants§
- BENCODEX_
NULL - The constant of
BencodexValue::Null.
Type Aliases§
- Bencodex
Dictionary - The type alias of
BTreepMap<BencodexKey, BencodexValue>to reduce code size. - Bencodex
List - The type alias of
Vec<BencodexValue>to reduce code size.