Crate bitrw

Source

Structs§

BitRead
Provides BitRead from a Read.
BitWrite
The structure is required to cache unsaved bits. The unsaved bits will be written when io_drop() or drop() is called. Don’t create the structure directly. Use the UseBitWrite::use_bit_write() function to write bits.

Traits§

UseBitRead
UseBitWrite

Functions§

use_bit_write_mem
Creates a BitWrite object in memory and pass it to the given scope function f.