`zstd-rs` is a Rust library that provides a bindgen wrapper around a concatenated version of zstd by Facebook. It allows you to compress and decompress data using the zstd compression algorithm in your Rust applications.
To use `zstd-rs` in your Rust project, add the following to your `Cargo.toml` file:
```toml
[dependencies]
zstd-rs = "^0.1"
```
`zstd-rs` is licensed under the MIT license.