Crates.io | binf |
lib.rs | binf |
version | 1.1.2 |
source | src |
created_at | 2022-12-08 15:33:08.760531 |
updated_at | 2024-06-15 09:38:01.470186 |
description | A crate that adds utilities for dealing with binary flags |
homepage | |
repository | https://git.davidon.top/public/binf.git |
max_upload_size | |
id | 732653 |
size | 12,888 |
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