simple bit manipulation utilities
Find a file
2026-01-24 16:19:19 -03:00
src add set family of methods 2026-01-24 15:39:38 -03:00
.gitignore first commit 2024-02-04 20:09:05 -03:00
Cargo.lock simplify code + add cold on unlikely branches 2025-08-11 12:22:09 -03:00
Cargo.toml simplify code + add cold on unlikely branches 2025-08-11 12:22:09 -03:00
LICENSE.md add license 2026-01-24 16:19:19 -03:00
README.md update readme 2024-04-10 19:15:40 -03:00

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.