nyuichi / rscode-rs

modernization of https://github.com/nyuichi/gauche-rscode

Repository from Github https://github.comnyuichi/rscode-rsRepository from Github https://github.comnyuichi/rscode-rs

Rust implementation of Reed-Solomon encoding and decoding (Euclidean algorithm for decoding).

Try:

$ echo "hello, world!" | cargo run -- --encode 12 | sed 's/hello, world/bye for now!/' | cargo run -- --decode 12

About

modernization of https://github.com/nyuichi/gauche-rscode


Languages

Language:Rust 100.0%