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
- Host: GitHub
- URL: https://github.com/shubham0204/file-compressor.rs
- Owner: shubham0204
- License: apache-2.0
- Created: 2024-10-05T07:59:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:22:21.000Z (12 months ago)
- Last Synced: 2025-01-23T13:43:53.990Z (9 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`