#boolean #flags #binary

binf

A crate that adds utilities for dealing with binary flags

15 releases (8 stable)

1.1.4 Oct 20, 2024
1.1.2 Jun 15, 2024
1.1.1 Feb 9, 2024
1.1.0 Dec 29, 2023
0.1.2 Dec 8, 2022

#20 in #boolean

Download history 128/week @ 2024-08-12 13/week @ 2024-09-23 4/week @ 2024-09-30 128/week @ 2024-10-14 42/week @ 2024-10-21

174 downloads per month

MIT license

10KB
191 lines

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


lib.rs:

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.

Dependencies

~290–750KB
~18K SLoC