#bit #utilities

no-std bitut

simple bit manipulation utilities

2 unstable releases

0.2.1 Aug 11, 2025
0.1.0 Feb 4, 2024

#313 in No standard library

Download history

66 downloads per month

Apache-2.0

13KB
232 lines

Crate that provides a BitUtils trait which implements basic bit operations on integer types. Allows getting/setting the value of a bit or a range of bits.

Features

  • const_impl (nightly only): makes BitUtils a const trait.

Crate that provides a BitUtils trait which implements basic bit operations on integer types. Allows getting/setting the value of a bit or a range of bits. no-std.

Features

  • const_impl (nightly only): makes BitUtils a const trait.

No runtime deps

Features