Module bit_manager::prelude [] [src]

Contains aliases for the most commonly used types.

use bit_manager::prelude::*;

Reexports

pub use std::io::Read;
pub use std::io::Write;

Structs

BitMask

A struct that allows the reading and writing of non-bit-length numbers

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

Precision

An enum that represents how a stream is terminated

StringConverter

An enum that allows the reading and writing of strings using various methods

Traits

BitRead

A trait for types that can read bits

BitWrite

A trait for types that can write bits