https://github.com/demindiro/nora_lz4
Yet another LZ4 library
https://github.com/demindiro/nora_lz4
Last synced: over 1 year ago
JSON representation
Yet another LZ4 library
- Host: GitHub
- URL: https://github.com/demindiro/nora_lz4
- Owner: Demindiro
- License: mit
- Created: 2022-10-01T20:40:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T20:40:28.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T06:26:52.639Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nora LZ4
========
Yet another Rust library for LZ4 (de)compression.
The aim is to provide quick compression and decompression for large blocks of data.
It is also a fun learning experience :)