Module bit_manager::io [] [src]

Allows the reading and writing of information from streams.

Structs

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

Traits

BitRead

A trait for types that can read bits

BitWrite

A trait for types that can write bits