var searchIndex = {}; searchIndex["bitbit"] = {"doc":"bitbit provides functions to read and write streams one bit at a time.","items":[[0,"reader","bitbit","",null,null],[3,"BitReader","bitbit::reader","A `BitReader` gives a way to read single bits from a stream.",null,null],[11,"new","","Constructs a new `BitReader<R>`.",0,{"inputs":[{"name":"r"}],"output":{"name":"bitreader"}}],[11,"read_bit","","Reads a single bit from a `BitReader<R>`. Returns `true` for a 1 bit, `false` for a 0 bit.",0,null],[11,"read_byte","","Reads 8 bits from a `BitReader<R>` and returns them as a single byte.",0,null],[11,"get_ref","","Gets a reference to the underlying stream.",0,null],[0,"writer","bitbit","",null,null],[3,"BitWriter","bitbit::writer","A `BitWriter` gives a way to write single bits to a stream.",null,null],[11,"new","","Constructs a new `BitWriter<T>`.",1,{"inputs":[{"name":"w"}],"output":{"name":"bitwriter"}}],[11,"write_bit","","Writes a single bit to a `BitWriter<T>`.",1,null],[11,"write_byte","","Writes a byte to a `BitWriter<T>`.",1,null],[11,"get_ref","","Gets a reference to the underlying stream.",1,null]],"paths":[[3,"BitReader"],[3,"BitWriter"]]}; initSearch(searchIndex);