farmhash 1.1.5

Farmhash is a successor to Cityhash (also from Google). Farmhash, like Cityhash before it, use ideas from Austin Appleby's MurmurHash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dev-dependencies]
fnv = "1.0.0"

[package]
authors = ["Seif Lotfy <seif.lotfy@gmail.com>"]
description = "Farmhash is a successor to Cityhash (also from Google). Farmhash, like Cityhash before it, use ideas from Austin Appleby's MurmurHash."
homepage = "http://seif.codes"
keywords = ["farmhash", "hashing"]
license = "MIT"
name = "farmhash"
readme = "./README.md"
repository = "https://github.com/seiflotfy/rust-farmhash"
version = "1.1.5"