Function bitterlemon::encode [] [src]

pub fn encode<S>(source: S) -> Encoder<S> where
    S: Iterator<Item = bool>, 

Encodes a given bit stream into a compact byte representation. source can be any iterator that yields bool values.