macro_rules! waf_map { () => { ... }; ($(($k:literal, $v:expr)),* $(,)?) => { ... }; }
Helper macro to create WafMaps.
WafMap