macro_rules! phf_ordered_map { ($($proc_macro:tt)*) => { ... }; }
Expand description
Macro to create a static
(compile-time) OrderedMap
.
Requires the macros
feature. Same usage as phf_map
.
macro_rules! phf_ordered_map { ($($proc_macro:tt)*) => { ... }; }
Macro to create a static
(compile-time) OrderedMap
.
Requires the macros
feature. Same usage as phf_map
.