Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 266 Bytes

File metadata and controls

12 lines (8 loc) · 266 Bytes

RLEcoder

A simple program to encode and decode data using Run-Length Encoding (RLE).

Usage:

cargo build --release
./RLECoder --help

this is so incredibly slow because of one byte at a time and no buffer and i will not be optimizing it any time soon