Module map
phf
0.11.3
Module map
Module Items
Structs
In crate phf
Modules
map
ordered_map
ordered_set
set
Macros
phf_map
phf_ordered_map
phf_ordered_set
phf_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
.