Skip to content

EagleTw/rusty-hamming-ecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-hamming-ecc

About

This is a educational rust hamming code ECC (error-checking-code)

This encoding method is by generating the encoding block with dynamic size. In which is not a very typical way to encode. I will rewrite it in future work.

Usage

$ cargo run   // run interactive prompt
$ cargo test  // run unit test