zstud-sys

Crates.iozstud-sys
lib.rszstud-sys
version0.1.3
sourcesrc
created_at2023-06-16 15:46:27.146191
updated_at2023-06-16 16:07:59.53873
descriptionA basic wrapper around zstd
homepage
repositoryhttps://github.com/19h/zstud-sys-rs
max_upload_size
id892318
size917,647
(19h)

documentation

README

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:

[dependencies]
zstd-rs = "^0.1"

License

zstd-rs is licensed under the MIT license.

Commit count: 1

cargo fmt