1 unstable release
Uses old Rust 2015
0.1.0 | Aug 8, 2018 |
---|
#12 in #fec
5KB
57 lines
cai_hamming – Decoding of Hamming code for common air interfaces
Usage
This crate can be used through cargo by
adding it as a dependency in Cargo.toml
:
[dependencies]
cai_hamming = "0.1.0"
and importing it in the crate root:
extern crate cai_hamming;
lib.rs
:
Decoding of Hamming codes for common air interfaces
This algorithm is sourced from Coding Theory and Cryptography: The Essentials, Hankerson, Hoffman, et al, 2000.
Dependencies
~160KB