An open API service indexing awesome lists of open source software.

https://github.com/mintlu8/tlbf

Type level bitflags.
https://github.com/mintlu8/tlbf

Last synced: 22 days ago
JSON representation

Type level bitflags.

Awesome Lists containing this project

README

          

# tlbf

Type level bitflags.

## Example

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