1 2 3 4 5
mod encoder; mod pipeline; pub(crate) use encoder::RunLengthOutputRanges; pub use encoder::{RunLengthEncoder, RunLengthOutputBuffers};