zstud-sys 0.1.3

A basic wrapper around zstd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# zstd-rs

`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.

## Installation

To use `zstd-rs` in your Rust project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
zstd-rs = "^0.1"
```

## License

`zstd-rs` is licensed under the MIT license.