macro_rules! settings { [ $($p:expr => $c:expr),* $(,)? ] => { ... }; }
A convenience macro for defining settings.