fast_hamming 0.1.0

A library that provides functions to encode/decode 16-byte byte-arrays using a Hamming Code
Documentation
  • Coverage
  • 40%
    2 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 22.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • janikwitzig/fast_hamming
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • janikwitzig

fast_hamming

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