#bits #bit #frob #bytemuck

no-std bitfrob

A sibling crate for bytemuck, this is where forbid(unsafe_code) utilities live

11 releases (5 stable)

1.3.1 May 13, 2023
1.3.0 Apr 6, 2023
1.2.0 Mar 28, 2023
1.0.0 Feb 12, 2023
0.1.1 Jul 30, 2022

#65 in No standard library

Download history 255/week @ 2023-08-07 196/week @ 2023-08-14 187/week @ 2023-08-21 259/week @ 2023-08-28 253/week @ 2023-09-04 181/week @ 2023-09-11 180/week @ 2023-09-18 187/week @ 2023-09-25 183/week @ 2023-10-02 230/week @ 2023-10-09 177/week @ 2023-10-16 215/week @ 2023-10-23 176/week @ 2023-10-30 193/week @ 2023-11-06 259/week @ 2023-11-13 186/week @ 2023-11-20

850 downloads per month
Used in 6 crates (3 directly)

Zlib OR Apache-2.0 OR MIT

28KB
486 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.

No runtime deps

Features