12 releases (6 stable)
1.3.2 | Aug 12, 2024 |
---|---|
1.3.1 | May 13, 2023 |
1.3.0 | Apr 6, 2023 |
1.2.0 | Mar 28, 2023 |
0.1.1 | Jul 30, 2022 |
#46 in No standard library
471 downloads per month
Used in 7 crates
(3 directly)
28KB
477 lines
docs.rs Documentation
bitfrob
Helps you frob those bits
lib.rs
:
A crate to help with bit manipulation of integers.
Features
track_caller
adds the#[track_caller]
attribute on all the functions that assert stuff.