Generic Huffman encoder implementation in Rust
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
23
commits
Refactored weighted node into tuple to reuse existing enums
4b4efdaView on GitHubRefactor huffman_elements to drop weight property as tree is built
d1d744bView on GitHubSwitched project organisation to workspaces to support a binary with additionnal dependancies
7c179bfView on GitHubRenamed add_occurences to add_occurences_to_symbol plus documentation
ee138f4View on GitHub