| Crates.io | binf_macros |
| lib.rs | binf_macros |
| version | 1.1.4 |
| created_at | 2023-10-06 19:54:45.295256+00 |
| updated_at | 2024-10-20 08:50:46.587353+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 | 995341 |
| size | 7,672 |
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