4 releases
0.3.3 | Jan 5, 2024 |
---|---|
0.3.2 |
|
0.3.0 | Dec 23, 2023 |
0.2.0 | Nov 17, 2023 |
0.1.2 |
|
#14 in #bitflags
94 downloads per month
Used in bevy_aoui_widgets
12KB
269 lines
tlbf
Type level bitflags.
Example
tlbf!(
pub Color: u64 {
Red,
Green,
Blue,
}
);
Dependencies
~240–690KB
~16K SLoC