wyhash 0.4.0

Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator.
Documentation
[badges.coveralls]
branch = "master"
repository = "eldruin/wyhash-rs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "eldruin/wyhash-rs"
[dependencies.rand_core]
version = "0.5"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator."
documentation = "https://docs.rs/wyhash"
edition = "2018"
homepage = "https://github.com/eldruin/wyhash-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-APACHE"]
keywords = ["hash", "wyhash", "rng", "random"]
license = "MIT OR Apache-2.0"
name = "wyhash"
readme = "README.md"
repository = "https://github.com/eldruin/wyhash-rs"
version = "0.4.0"
[profile.release]
lto = true