Re-exports§
pub use gatherer::DictionaryTranslator;
pub use gatherer::FnTranslator;
pub use gatherer::Translator;
pub use gatherer::TryFromUsizeTranslator;
pub use gatherer::UnitTranslator;
Modules§
Structs§
- An
Iterator
of bool that decodes a bitmap. This is a specialization ofsuper::super::bitpacked::Decoder
fornum_bits == 1
. - A
Iterator
for Hybrid Run-Length Encoding
Enums§
- The two possible states of an RLE-encoded run.
Traits§
Functions§
- Writes an iterator of bools into writer, with LSB first.