macro_rules! ben_map { ( $($key:expr => $val:expr),* ) => { ... }; }
Construct a BencodeMut map by supplying string references as keys and BencodeMut as values.
BencodeMut