Crates.io | binf_macros |
lib.rs | binf_macros |
version | 1.1.2 |
source | src |
created_at | 2023-10-06 19:54:45.295256 |
updated_at | 2024-06-15 09:37:47.447423 |
description | A crate that adds utilities for dealing with binary flags |
homepage | |
repository | https://git.davidon.top/public/binf.git |
max_upload_size | |
id | 995341 |
size | 8,138 |
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