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)
- Host: GitHub
- URL: https://github.com/neri/compress
- Owner: neri
- License: mit
- Created: 2025-05-10T04:21:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T17:39:40.000Z (12 months ago)
- Last Synced: 2025-06-20T18:38:10.247Z (12 months ago)
- Topics: compression, rust
- Language: Rust
- Homepage: https://neri.github.io/compress/compress/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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