dantrim / hamming-codec

Simple encode/decode utilties for bit-error correcting Hamming codes
MIT License
14 stars 4 forks source link

feat: make hamming-codec header only #12

Closed dantrim closed 2 years ago

dantrim commented 2 years ago

feat: make hamming-codec header only

Everything is now inside the single header hamming_codec.h, which is now the only thing that needs to be within a user's include path.