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

https://github.com/nahumsa/compression

Rust CLI for compressing files.
https://github.com/nahumsa/compression

Last synced: about 2 months ago
JSON representation

Rust CLI for compressing files.

Awesome Lists containing this project

README

        

# Compression

Rust CLI for compressing files using a Huffman encoder/decoder.

This is based on [codingchallenges.fyi](https://codingchallenges.fyi/challenges/challenge-huffman).