[][src]Module succinct::stream

Bit-oriented streams for coding.

Structs

BitBuffer

A bit buffer can be used to read bits from or write bits to an underlying bit vector.

Traits

BitRead

Allows reading bits from a source.

BitWrite

Allows writing bits to a sink.