#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

#49 in No standard library

Download history 119/week @ 2024-10-29 134/week @ 2024-11-05 141/week @ 2024-11-12 202/week @ 2024-11-19 138/week @ 2024-11-26 116/week @ 2024-12-03 238/week @ 2024-12-10 133/week @ 2024-12-17 71/week @ 2024-12-24 111/week @ 2024-12-31 204/week @ 2025-01-07 203/week @ 2025-01-14 126/week @ 2025-01-21 109/week @ 2025-01-28 212/week @ 2025-02-04 191/week @ 2025-02-11

667 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