#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

#54 in No standard library

Download history 193/week @ 2024-11-15 154/week @ 2024-11-22 124/week @ 2024-11-29 169/week @ 2024-12-06 218/week @ 2024-12-13 91/week @ 2024-12-20 62/week @ 2024-12-27 128/week @ 2025-01-03 248/week @ 2025-01-10 172/week @ 2025-01-17 107/week @ 2025-01-24 176/week @ 2025-01-31 166/week @ 2025-02-07 159/week @ 2025-02-14 169/week @ 2025-02-21 108/week @ 2025-02-28

646 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