https://github.com/trifectatechfoundation/libzstd-rs-sys
https://github.com/trifectatechfoundation/libzstd-rs-sys
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trifectatechfoundation/libzstd-rs-sys
- Owner: trifectatechfoundation
- License: other
- Created: 2025-07-28T08:15:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T11:43:38.000Z (5 months ago)
- Last Synced: 2026-01-11T16:03:32.804Z (5 months ago)
- Language: C
- Size: 30 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# libzstd-rs-sys
This repository contains a Rust implementation of the zstd file format. It aims to provide excellent performance while introducing memory safety.
## How to use
libzstd-rs-sys is in development and is not yet ready for use.
We will release the decoder in early 2026 and the encoder (pending funding) later in the year.
## Performance
We track our performance at https://trifectatechfoundation.github.io/libzstd-rs-sys-bench/.
## Acknowledgments
This project is based on the [Zstandard reference implementation](https://github.com/facebook/zstd).
## About
libzstd-rs-sys is part of Trifecta Tech Foundation's [Data compression initiative](https://trifectatech.org/initiatives/data-compression/).