libzstd-rs-sys 0.0.0

a rust implementation of zstd compression and decompression
Documentation
1
2
3
4
5
6
#!/bin/sh
set -e

println "hello" > hello
println "world" > world
zstd hello world