[dev-dependencies]
quickcheck = "0.2"
rand = "0.3"
[features]
unstable = []
[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = """
Count ones, fast (aka popcount, hamming weight). This provides a
performant popcount and bitwise hamming distance for a slice of bytes.
"""
documentation = "http://huonw.github.io/hamming/hamming/"
homepage = "https://github.com/huonw/hamming"
keywords = ["popcount", "hamming", "bithack"]
license = "MIT/Apache-2.0"
name = "hamming"
repository = "https://github.com/huonw/hamming"
version = "0.1.3"