group

Macro group 

Source
macro_rules! group {
    ($($tt:tt)*) => { ... };
}
Expand description

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)