#bit #bytemuck #bits #unsafe #frob

no-std bitfrob

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

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

#47 in No standard library

Download history 102/week @ 2024-07-29 117/week @ 2024-08-05 265/week @ 2024-08-12 98/week @ 2024-08-19 165/week @ 2024-08-26 188/week @ 2024-09-02 126/week @ 2024-09-09 175/week @ 2024-09-16 140/week @ 2024-09-23 136/week @ 2024-09-30 70/week @ 2024-10-07 166/week @ 2024-10-14 124/week @ 2024-10-21 102/week @ 2024-10-28 131/week @ 2024-11-04 150/week @ 2024-11-11

523 downloads per month
Used in 7 crates (3 directly)

Zlib OR Apache-2.0 OR MIT

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.

No runtime deps

Features