Crate bitstring[][src]

Expand description

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

Modules

contains everything related to the BitString trait.

contains everything related to the FixedBitString trait.

utils to support implementing bit string traits

Structs

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

Traits

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

A bit string with fixed length.