An open API service indexing awesome lists of open source software.

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

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 :)