[][src]Crate container_literals

Macros

map

Macro for creating HashMaps.

set

Macro for creating HashSets.

Structs

HashMap

A hash map implemented with quadratic probing and SIMD lookup.

HashSet

A hash set implemented as a HashMap where the value is ().