macro_rules! map { ($($key:expr => $val:expr),* $(,)*) => { ... }; }
Create an IndexMap with string keys from key-value pairs.
IndexMap
Used internally by the formatting system to build structured objects.