tlbf 0.2.0

Type level bitflags.
Documentation

tlbf

Type level bitflags.

Example

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