code-rs

Crates.iocode-rs
lib.rscode-rs
version1.0.1
sourcesrc
created_at2022-01-13 18:29:28.736064
updated_at2022-01-13 18:41:20.295566
descriptionImplementation of multiple coding schemes
homepagehttps://github.com/vihu/code-rs
repositoryhttps://github.com/vihu/code-rs
max_upload_size
id513451
size144,795
Rahul Garg (vihu)

documentation

README

code-rs

Overview

This crate implements multiple different encoding schemes. Specifically:

  • bch
  • golay
  • hamming
  • reed_solomon

Credit

This crate is a highly stripped down but updated version of the original work done here: P25.rs, all the credit belongs to Mick Koch.

Commit count: 406

cargo fmt