~williewillus/racket-zstd

Racket bindings to the Zstandard compression library
Add manual to 'Compression and Decompression' category
Fix license clause in info.rkt
Update readme, bump version to 1.0

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~williewillus/racket-zstd
read/write
git@git.sr.ht:~williewillus/racket-zstd

You can also use your local clone with git send-email.

#racket-zstd

Bindings to the Zstandard compression library for Racket.

This library requires that the libzstd shared library be preinstalled on your system in a way that is locatable by Racket's ffi system. The current minimum supported ZSTD version is 1.5.0.

Status: The library is ready for general consumption, and the API should not change barring major unforeseen flaws.

#Documentation

Link

#Contributing

See this page for information about contributing to this library.