simple bit manipulation utilities
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
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): makesBitUtilsa const trait.