Crate bit_manager [] [src]

A crate for reading and writing bits from various streams

Structs

BitBuffer

A buffer that stores up to 64 bits and remembers how many are being stored

BitReader

A wrapper for any type implementing io::Read that allows the reading of individual bits

BitWriter

A wrapper for any type implementing io::Write that allows the writing of individual bits

Enums

Error

An enum for possible errors when reading and writing bits

Precision

An enum that represents how a stream is terminated

Type Definitions

Result

A specialized Result type for bit I/O operations