macro_rules! dtt_join { ($($s:expr),*) => { ... }; }
This macro takes a vector of strings and joins them together into a single string.