Skip to main content

Crate rapidgzip

Crate rapidgzip 

Source
Expand description

Safe Rust bindings for the native rapidgzip decoder.

The public crate currently exposes only the vendored native backend. The fallback backend is intentionally not part of the published API surface yet.

Structs§

Reader
Opaque decompression reader backed by the native rapidgzip engine.
ReaderBuilder
Builder for configuring a native Reader before opening an input.

Enums§

Error
Error returned by the safe rapidgzip API.
IoReadMode
Selects how the native backend should access the compressed input.

Traits§

CloneableReadSeek
Callback-backed reader that can be cloned into independent handles for parallel decoding.
ReadSeek
Trait object bound for callback-backed readers that implement Read and Seek.