macro_rules! group { ($($tt:tt)*) => { ... }; }
macro for applying attributes to a group of consts. Stolen from (https://users.rust-lang.org/t/is-it-possible-for-rust-adding-a-precompiler/122746/7)