chickadee » zstd » zstd-decompress

zstd-decompress trgprocedure

Decompress the string or blob trg, which must be a valid zstd frame. Returns the uncompressed data as a string.

Note that zstd-decompress cannot decompress data from the port-based API, because the frame sizes are unknown ahead of time. It is therefore safest to always decompress using the port-based API.