Crate bitstring

source
Expand description

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

§Features

Modules§

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

Structs§

Traits§

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