Crates.io | zstud-sys |
lib.rs | zstud-sys |
version | 0.1.3 |
source | src |
created_at | 2023-06-16 15:46:27.146191 |
updated_at | 2023-06-16 16:07:59.53873 |
description | A basic wrapper around zstd |
homepage | |
repository | https://github.com/19h/zstud-sys-rs |
max_upload_size | |
id | 892318 |
size | 917,647 |
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:
[dependencies]
zstd-rs = "^0.1"
zstd-rs
is licensed under the MIT license.