binf/README.md
2023-10-06 21:51:59 +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