binf/README.md
davidontop ed547c757a
All checks were successful
checks / test (push) Successful in 13s
checks / clippy (push) Successful in 11s
checks / format (push) Successful in 5s
fix actions
2024-08-13 09:23:31 +02:00

226 B
Executable file

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