// Copyright (c) TribuFu. All Rights Reserved. #[macro_export] macro_rules! str_vec { ($($x:expr),*) => (vec![$($x.to_string()),*]); }