#ecc #error-correction #hamming #encode-decode #byte-array #16-byte

fast_hamming

A library that provides functions to encode/decode 16-byte byte-arrays using a Hamming Code

1 unstable release

0.1.0 May 1, 2024

#12 in #hamming

Download history 107/week @ 2024-04-26 20/week @ 2024-05-03

127 downloads per month

Apache-2.0

9KB
202 lines

fast_hamming

This crate is an adaptation of BenBE's 'fast_hamming' implementation for embedded applications.

No runtime deps