tlbf 0.3.3

Type level bitflags.
Documentation

tlbf

Type level bitflags.

Example

tlbf!(
    pub Color: u64 {
        Red, 
        Green, 
        Blue,
    }
);