rapidgzip 0.1.2

Safe Rust wrapper for rapidgzip
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rapidgzip

Safe Rust API for the native `rapidgzip` decoder.

This crate provides:

- gzip and BGZF decoding
- path-based fast paths
- callback-backed readers for custom `Read + Seek` sources
- index import/export for random-access workflows

Repository: <https://github.com/alekseizarubin/rapidgzip-rs>