pub type Dictionary = HashMap<String, BencodeElem>;
Expand description

Corresponds to a bencode dictionary.