No description
Find a file
2023-10-06 22:10:33 +02:00
macros forgot docs 2023-10-06 22:10:33 +02:00
src big updates v1 rc1 2023-10-06 21:51:59 +02:00
.gitignore big updates v1 rc1 2023-10-06 21:51:59 +02:00
Cargo.toml forgot docs 2023-10-06 22:10:33 +02: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