Show HN: Zeekstd – Rust Implementation of the ZSTD Seekable Format
Hello,I would like to share a Rust implementation of the Zstandard seekable format I've been working on.Regular zstd compressed files consist of a single frame, meaning you have to start decompression at the beginning. The seekable format splits compressed data into a series of independent frames, each compressed individually, so that decompression of a sect