defaultdict 0.7.0

A hashmap implementation that mirrors the python defaultdict.
Documentation

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.