Count ones, fast (aka popcount, hamming weight). This provides a performant
popcount and bitwise hamming distance for a slice of bytes.
This package contains library source intended for building other packages which
use the "default" feature of the "hamming" crate.