#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 127/week @ 2024-05-01 2/week @ 2024-05-15 5/week @ 2024-05-22

134 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