No description
Find a file
davidontop dd0f210f64
Some checks failed
Rust / test (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Format (push) Has been cancelled
chore: bump version
2024-06-15 11:36:37 +02:00
.github/workflows feat: container struct 2023-12-29 22:51:06 +01:00
macros chore: bump version 2024-06-15 11:36:37 +02:00
src fix: repo url 2024-06-15 11:34:07 +02:00
tests feat: container tests 2023-12-29 23:07:56 +01:00
.gitignore fix: repo url 2024-06-15 11:34:07 +02:00
Cargo.lock chore: bump version 2024-06-15 11:36:37 +02:00
Cargo.toml fix: repo url 2024-06-15 11:34:07 +02:00
LICENSE fix: repo url 2024-06-15 11:34:07 +02:00
README.md fix: repo url 2024-06-15 11:34:07 +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