``` bitflags! { #[repr(transparent)] pub struct SpatulaFlags: u8 { const ENABLED = 0b0000_0001; // whatever the other bits do } } ``` would be huge readability win for us and consumers.