No description
Find a file
2024-08-13 09:23:31 +02:00
.forgejo/workflows fix actions 2024-08-13 09:23:31 +02:00
macros fix actions 2024-08-13 09:23:31 +02:00
src fix actions 2024-08-13 09:23:31 +02:00
tests fix actions 2024-08-13 09:23:31 +02:00
.gitignore fix actions 2024-08-13 09:23:31 +02:00
Cargo.lock fix actions 2024-08-13 09:23:31 +02:00
Cargo.toml fix actions 2024-08-13 09:23:31 +02:00
LICENSE fix actions 2024-08-13 09:23:31 +02:00
README.md fix actions 2024-08-13 09:23:31 +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.

i suggest looking at tests.rs for examples