tlbf

Crates.iotlbf
lib.rstlbf
version0.3.3
sourcesrc
created_at2023-11-17 06:33:14.289442
updated_at2024-01-05 03:41:49.171556
descriptionType level bitflags.
homepage
repositoryhttps://github.com/mintlu8/tlbf
max_upload_size
id1038759
size12,784
Mincong Lu (mintlu8)

documentation

README

tlbf

Type level bitflags.

Example

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

cargo fmt