Crate bitstring

Source
Expand description

This crate provides traits to treat various objects as bit strings.

§Features

Modules§

fixed_bit_stringfixed
contains extra types related to the FixedBitString trait.
utils
utils to support implementing bit string traits

Structs§

BitLengthStringfixed
Extend a FixedBitString to a BitString by also storing a length.

Traits§

BitString
A bit string with variable (but possibly limited) length.
FixedBitStringfixed
A bit string with fixed length.