Revision control

Copy as Markdown

Other Tools

[package]
name = "fnv"
version = "1.0.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Fowler–Noll–Vo hash function"
license = "Apache-2.0 / MIT"
readme = "README.md"
documentation = "https://doc.servo.org/fnv/"
[lib]
name = "fnv"
path = "lib.rs"
[features]
default = ["std"]
std = []