Crates.io | tlbf |
lib.rs | tlbf |
version | 0.3.3 |
source | src |
created_at | 2023-11-17 06:33:14.289442 |
updated_at | 2024-01-05 03:41:49.171556 |
description | Type level bitflags. |
homepage | |
repository | https://github.com/mintlu8/tlbf |
max_upload_size | |
id | 1038759 |
size | 12,784 |
Type level bitflags.
tlbf!(
pub Color: u64 {
Red,
Green,
Blue,
}
);