Crate zstd

Rust binding to the zstd library.

This crate provides:

Example

use std::io;

// Uncompress input and print the result.
zstd::stream::copy_decode(io::stdin(), io::stdout()).unwrap();

Modules

Structs

Functions

Constants