▲ | tyilo 7 days ago | |||||||
I already use zstd_seekable (https://docs.rs/zstd-seekable/) in a project. Could you compare the API's of this crate and yours? | ||||||||
▲ | tyilo 7 days ago | parent [-] | |||||||
Correct me if I'm wrong, but it doesn't seem like you provide the equivalent of Seekable::decompress in zstd_seekable which decompresses at a specific offset, without having to calculate which frame(s) to decompress. This is basically the only function I use from zstd_seekable, so it would be nice to have that in zeekstd as well. | ||||||||
|