binf/README.md

5 lines
226 B
Markdown
Raw Permalink Normal View History

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.
2023-02-05 11:35:47 +01:00
2023-10-06 21:51:59 +02:00
i suggest looking at tests.rs for examples