macro_rules! string_vec { ($($s:expr),* $(,)?) => { ... }; }
Helper macro to create Vec from string-like values