macro_rules! default_config {
{ $($key:expr => $value:expr),+ } => { ... };
}Expand description
Create a config from a list of key/value pairs.
macro_rules! default_config {
{ $($key:expr => $value:expr),+ } => { ... };
}Create a config from a list of key/value pairs.