Macro flags

Source
flags!() { /* proc-macro */ }
Expand description

Checks validity of a flags string literal at compile time and inserts a therefore safe runtime call to Flags::new_unchecked.