Zeekstd: A Seekable Zstandard Implementation in Rust
2025-06-16
Zeekstd is a Rust library implementing a seekable Zstandard format. It splits compressed data into independent frames for efficient random access. Fully compatible with the original specification, Zeekstd offers improvements and includes both encoder and decoder functionalities, allowing for decompression of entire files or specific frames. A command-line tool is also provided.
Development
Seekable Compression