Derive Macro DebugBits

Source
#[derive(DebugBits)]
{
    // Attributes available to this derive:
    #[bitsize_internal]
}
Expand description

Generate an impl core::fmt::Debug for bitfield structs.

Please use normal #[derive(Debug)] for enums.