Module map
phf
0.0.1
Module map
Module Items
Structs
In crate phf
Modules
map
ordered_map
ordered_set
set
Structs
Map
OrderedMap
OrderedSet
Set
Traits
PhfHash
phf
Module
map
Copy item path
Settings
Help
Summary
Source
Expand description
An immutable map constructed at compile time.
Structs
§
Entries
An iterator over the key/value pairs in a
Map
.
Keys
An iterator over the keys in a
Map
.
Map
An immutable map constructed at compile time.
Values
An iterator over the values in a
Map
.