Crate bitutils2
Source pub use crate::semb::Semb;
pub use crate::semb::SembF16;
pub use crate::semb::SembF32;
pub use crate::semb::SembF64;
pub use crate::semb::SembF128;
pub use crate::bin_regex::BinRegex;
pub use crate::bin_regex::BinMatch;
pub use crate::bin_regex::BinCaptures;
- bin_regex
- Provides routines for searching binary data structures (implementing
BitIndexable
) for specified patterns - semb
- bx
- Helper function for initializing
BitIndex
. Depending on arguments
provided, this can be used to initialize a BitIndex
using the bytes,
bits, or both.
- BitField
- Represents a finite array of contiguous bits that supports several operations such as
indexing, slicing, shifting, etc.
- BitIndex
- Structure for accessing individual bits in any structure that implements
BitIndexable
.
- BitPad
- Represents a method that can be used for padding a
BitField
- BitIndexable