code-rs 1.0.1

Implementation of multiple coding schemes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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](https://github.com/kchmck/p25.rs), all the credit belongs to [Mick Koch](https://github.com/kchmck).