Crate brotli [] [src]

brotli-rs provides Read adapter implementations the Brotli compression scheme.

This allows a consumer to wrap a Brotli-compressed Stream into a Decompressor, using the familiar methods provided by the Read trait for processing the uncompressed stream.

Structs

Decompressor

Wraps an input stream and provides methods for decompressing.