binf 1.1.0

A crate that adds utilities for dealing with binary flags
Documentation
1
2
3
4
# 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