No description
Find a file
2024-10-20 10:49:15 +02:00
macros fix(macros): duplicated if statements 2024-10-20 10:49:15 +02:00
src fix actions 2024-08-13 09:23:31 +02:00
tests fix actions 2024-08-13 09:23:31 +02:00
.gitignore fix actions 2024-08-13 09:23:31 +02:00
Cargo.lock fix(macros): duplicated if statements 2024-10-20 10:49:15 +02:00
Cargo.toml fix(macros): duplicated if statements 2024-10-20 10:49:15 +02:00
LICENSE fix actions 2024-08-13 09:23:31 +02:00
README.md fix actions 2024-08-13 09:23:31 +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