GitHub - rorosen/zeekstd: Rust implementation of the Zstandard Seekable Format
Zeekstd
A Rust implementation of the Zstandard Seekable Format.
The seekable format splits compressed data into a series of independent "frames", each compressed
individually, so that decompression of a section in the middle of an archive only requires zstd to
decompress at most a frame's worth of extra data, instead of the entire archive.
Zeekstd makes additions to the seekable format by implementing an updated version of the
specification, however, it is fully compatible with the
initial versi...
Read more at github.com