Crates.io | seezee |
lib.rs | seezee |
version | 0.1.0 |
source | src |
created_at | 2024-01-30 17:06:39.467874 |
updated_at | 2024-01-30 17:06:39.467874 |
description | A seekable `zstd` compressed buffer |
homepage | |
repository | |
max_upload_size | |
id | 1120468 |
size | 13,189 |
A seekable zstd
compressed buffer.
This is very similar to the seekable format extension, with some small differences:
zstd
file, and cannot be handled directly
by other zstd
decompression tools.zstd
magic, saving a few bytes.I might add support for an embedded dictionary in the future.