Found 188 repositories(showing 30)
niklasf
A Rust library for Huffman compression given a propability distribution over arbitrary symbols
lffg
Basic (and naive) LZW and Huffman compression algorithms in Rust.
sireliah
Rust implementation of Huffman encoding algorithm
uddhavdave
Huffman encoding implemented in Rust
WanzenBug
Pure huffman coding for Rust
a4al6a
A Huffman Compression/Decompression Implementation in Rust Developed With TDD.
ZhangHanDong
Huffman with Rust
V-Mann-Nick
Huffman text compression in Rust
edg-l
Huffman compression and decompression implemented in rust
chrisbutcher
Huffman coding in Rust
Elyoussf
From scratch implementation of Huffman algo in Rust
melnary
An implementation of Huffmann coding in Rust. Comes with it's own file format!
thomas-daniels
A Rust crate to compress chess games using Huffman coding
chimbosonic
Rust Huffman Encoder in WASM
wijathemidja
A huffman encoder built in rust
PeterCxy
Toy implementation of Huffman coding as CSE104@XJTLU in Rust
iambenkay
Implementation of huffman algorithm in Rust
FallAngel1337
A huffman-code implementation made in Rust
hawkw
A full-featured Huffman coding implementation in Rust
Thell
Rust based example Huffman decoder optimized for short messages.
exellife
A lossless data compression Rust module based on Huffman coding.
sagalasan
No description available
liamocuz
Huffman file compression written in Rust
sabartheman
No description available
cuklev
Archiver using huffman coding written in Rust
A cli tool written in rust to compress files using Huffman Compression
tblancbeyne
Huffman encoding/decoding in Rust
OverseeingDev
Generic Huffman encoder implementation in Rust
shizde
Huffman Compression Algorithm implemented on Rust
Dhruvmehta18
Simple Rust based implementation of huffman coding