Crate defaultdict
source · [−]Expand description
This library exposes a struct that mimicks the behaviour of the python defaultdict.
This behaviour does require that the type of the value does have the Default implemented.
Macros
A quick way to instantiate a BTreeMap.
A quick way to instantiate a HashMap.