A cli tool written in rust to compress files using Huffman Compression
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
fixed bug where the encoded string would not be printed to console in interactive mode
c550b34View on GitHubMerge branch 'main' of github.com:AGejr/rust_huffman_compression
e884647View on GitHubrefactored some code, added interactive mode and support for reading files as text or binary
8a067caView on GitHubthe cli tool is now able to compress (but not decompress) files
44e0918View on GitHub