Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/hamming

Compute the Hamming weight of a vector and the Hamming distance between two efficiently
https://github.com/huonw/hamming

Last synced: 8 days ago
JSON representation

Compute the Hamming weight of a vector and the Hamming distance between two efficiently

Awesome Lists containing this project

README

        

# `hamming`

[![Build Status](https://travis-ci.org/huonw/hamming.png)](https://travis-ci.org/huonw/hamming) [![codecov](https://codecov.io/gh/huonw/hamming/branch/master/graph/badge.svg)](https://codecov.io/gh/huonw/hamming)

A crate to compute the
[Hamming weight](https://en.wikipedia.org/wiki/Hamming_weight) of a
vector and the
[Hamming distance](https://en.wikipedia.org/wiki/Hamming_distance)
between two efficiently. This supports `no_std` environments.

[Documentation](http://docs.rs/hamming),
[crates.io](https://crates.io/crates/hamming).