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

https://github.com/neri/compress

My compression library (temp)
https://github.com/neri/compress

compression rust

Last synced: 12 months ago
JSON representation

My compression library (temp)

Awesome Lists containing this project

README

          

# My compression library (temp)

## Features

* Pure Rust Implementation
* Support for `no_std`

### MSRV

* The latest version is recommended whenever possible.

## References

### Lempel-Ziv

* https://en.wikipedia.org/wiki/LZ77_and_LZ78
* https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Storer%E2%80%93Szymanski

### Entropy coding

* https://en.wikipedia.org/wiki/Canonical_Huffman_code
* https://en.wikipedia.org/wiki/Asymmetric_numeral_systems

### Deflate

* https://www.ietf.org/rfc/rfc1951.txt