macro_rules! meta { { $( $key:ident: $value:expr ),* $(,)? } => { ... }; }
Construct a Meta, converting object-notation to builder pattern
Meta