macro_rules! default_config {
    { $($key:expr => $value:expr),+ } => { ... };
}
Expand description

Create a config from a list of key/value pairs.