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