Module types

Source

Enums§

BencodexKey
BencodexValue

Constants§

BENCODEX_NULL
The constant of BencodexValue::Null.

Type Aliases§

BencodexDictionary
The type alias of BTreepMap<BencodexKey, BencodexValue> to reduce code size.
BencodexList
The type alias of Vec<BencodexValue> to reduce code size.