Crates.io | bitut |
lib.rs | bitut |
version | 0.1.0 |
source | src |
created_at | 2024-02-04 23:15:28.65785 |
updated_at | 2024-02-04 23:15:28.65785 |
description | simple bit manipulation utilities |
homepage | |
repository | https://github.com/vxpm/bitut |
max_upload_size | |
id | 1126758 |
size | 8,255 |
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.
assertions
: adds debug assertions that verify valid indices.const_impl
(nightly only): makes BitUtils
a const trait.