highhash 0.2.0

High-speed hashing algorithms for Rust.
Documentation
1
2
3
4
5
6
7
8
# highhash

[![crates.io](https://img.shields.io/crates/v/highhash.svg)](https://crates.io/crates/highhash) [![docs.rs](https://docs.rs/highhash/badge.svg)](https://docs.rs/highhash/latest/highhash/)

High-speed hashing algorithms written in pure Rust.
These are non-cryptographic hash functions which should not be used for security purposes.

This aims to be like [fasthash](https://github.com/flier/rust-fasthash), but cross-platform and completely safe (100% in Rust).