Module gzi

Source
Expand description

gzip index.

A gzip index (GZI) is a list of compressed and uncompressed offset pairs for a gzipped file.

Re-exports§

pub use self::fs::read;
pub use self::io::Reader;
pub use self::async::Reader as AsyncReader;

Modules§

async
Async gzip index.
fs
gzip index filesystem operations.
io
gzip index I/O.

Structs§

Index
A gzip index (GZI).