Skip to main content

Module stream

Module stream 

Source
Expand description

compression/stream.rs Streaming helpers that respect chunk_size discipline.

Functionsยง

compress_stream
Summary: Compress data read from R in chunk_size blocks, yielding compressed chunks.
decompress_stream
Summary: Decompress data read from R in chunk_size blocks, yielding decompressed chunks.