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

https://github.com/shubham0204/file-compressor.rs

Huffmann and LZW based file compressor
https://github.com/shubham0204/file-compressor.rs

Last synced: 7 months ago
JSON representation

Huffmann and LZW based file compressor

Awesome Lists containing this project

README

          

# File Compressor (Huffmann and LZW)

## Roadmap

- [x] Working implementation of a Huffmann based encoder/decoder
- [x] Working implementation of a file archiver
- [ ] Working implementation of a LZW based encoder/decoder
- [ ] Command line utility (for archival and compression)
- [ ] Complete `README.md`
- [ ] Resolve issues with `cargo clippy`