huonw / hamming

Compute the Hamming weight of a vector and the Hamming distance between two efficiently
http://huonw.github.io/hamming/hamming
Apache License 2.0
7 stars 5 forks source link

hamming

Build Status codecov

A crate to compute the Hamming weight of a vector and the Hamming distance between two efficiently. This supports no_std environments.

Documentation, crates.io.