Module map

Module map 

Source
Expand description

HashMap<Option<String>, T> you can index with Option<&T>.

Also has an optional fallback value for keys not otherwise in the map.

Structsยง

Map
Allows semantics similar to HashMap<Option<String>, _> without having to convert Option<&str>s to Option<String>s.
MapDiff
Rules for updating a Map.