bool_to_bitflags 0.1.0

A library to compact multiple bools into a single bitflags field automatically with getters and setters.
Documentation
1
2
3
4
5
# Bool To Bitflags

A library to compact multiple bools into a single bitflags field automatically with getters and setters.

See the documentation on [docs.rs](https://docs.rs/bool_to_bitflags).