https://github.com/j03-dev/cmprs
CMPrs is a simple and efficient implementation of Huffman coding in Rust. It provides a command-line interface for both compressing and decompressing files.
https://github.com/j03-dev/cmprs
algorithms cli compression huffman rust tree
Last synced: 12 months ago
JSON representation
CMPrs is a simple and efficient implementation of Huffman coding in Rust. It provides a command-line interface for both compressing and decompressing files.
- Host: GitHub
- URL: https://github.com/j03-dev/cmprs
- Owner: j03-dev
- Created: 2024-03-04T09:58:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T06:01:40.000Z (about 2 years ago)
- Last Synced: 2025-01-22T14:33:55.715Z (over 1 year ago)
- Topics: algorithms, cli, compression, huffman, rust, tree
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPrs: A Huffman Coding Implementation
**Introduction**
CMPrs is a simple and efficient implementation of Huffman coding