No description
Find a file
2023-12-29 23:07:56 +01:00
.github/workflows feat: container struct 2023-12-29 22:51:06 +01:00
macros feat: container tests 2023-12-29 23:07:56 +01:00
src feat: container tests 2023-12-29 23:07:56 +01:00
tests feat: container tests 2023-12-29 23:07:56 +01:00
.gitignore big updates v1 rc1 2023-10-06 21:51:59 +02:00
Cargo.toml chore: bump version 2023-11-03 21:32:43 +01:00
LICENSE big updates v1 rc1 2023-10-06 21:51:59 +02:00
README.md big updates v1 rc1 2023-10-06 21:51:59 +02:00

binf, Binary Flags

This crate aims to make working with binary/bit flags easier. It also provides a macro to add similar functionality to zig's packed structs with boolean fields.

i suggest looking at tests.rs for examples