| Crates.io | binf |
| lib.rs | binf |
| version | 1.1.4 |
| created_at | 2022-12-08 15:33:08.760531+00 |
| updated_at | 2024-10-20 08:51:02.122798+00 |
| description | A crate that adds utilities for dealing with binary flags |
| homepage | |
| repository | https://github.com/davidon-top/binf.git |
| max_upload_size | |
| id | 732653 |
| size | 11,681 |
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