`zstd` (crate) is a dependency of deno, but I want to use zstd compress in js code. Currently it seems that there is no API for zstd, maybe add this through `DecompressionStream` ?
zstd(crate) is a dependency of deno, but I want to use zstd compress in js code.Currently it seems that there is no API for zstd, maybe add this through
DecompressionStream?