8.18
Snappy
| (require file/snappy) | package: snappy-lib | 
This module provides a pure-Racket decompressor for Snappy-compressed data.
procedure
(snappy-decompress-through-ports in out) → void?
in : input-port? out : output-port? 
Reads a Snappy-compressed frame from in and writes the
uncompressed data to out.  Content checksums are currently
not verified.
Decompresses data using Snappy without any framing.