Macro phf::phf_ordered_map

source ·
phf_ordered_map!() { /* proc-macro */ }
Expand description

Macro to create a static (compile-time) OrderedMap.

Requires the macros feature. Same usage as phf_map.