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

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.

Awesome Lists containing this project

README

          

# CMPrs: A Huffman Coding Implementation

**Introduction**

CMPrs is a simple and efficient implementation of Huffman coding