[go: up one dir, main page]

fnv 1.0.1

Fowler–Noll–Vo hash function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "fnv"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Fowler–Noll–Vo hash function"
license = "Apache-2.0 / MIT"
readme = "README.md"
repository = "https://github.com/servo/rust-fnv"
documentation = "http://doc.servo.org/fnv/"

[lib]
name = "fnv"
path = "lib.rs"
doctest = false