Module noodles_bgzf::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::async::Reader as AsyncReader;

Modules

Structs

  • A gzip index (GZI) reader.

Functions

  • Reads the entire contents of a GZ index.

Type Definitions