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
rapidgzipengine. - Reader
Builder - Builder for configuring a native
Readerbefore opening an input.
Enums§
- Error
- Error returned by the safe
rapidgzipAPI. - IoRead
Mode - Selects how the native backend should access the compressed input.
Traits§
- Cloneable
Read Seek - Callback-backed reader that can be cloned into independent handles for parallel decoding.
- Read
Seek - Trait object bound for callback-backed readers that implement
ReadandSeek.