rustc-hash 2.0.0

A speedy, non-cryptographic hashing algorithm used by rustc
Documentation
[dependencies.rand]
optional = true
version = "0.8"

[features]
default = ["std"]
nightly = []
rand = ["dep:rand", "std"]
std = []

[package]
authors = ["The Rust Project Developers"]
description = "A speedy, non-cryptographic hashing algorithm used by rustc"
edition = "2021"
keywords = ["hash", "hasher", "fxhash", "rustc"]
license = "Apache-2.0/MIT"
name = "rustc-hash"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-hash"
version = "2.0.0"