highhash 0.2.0

High-speed hashing algorithms for Rust.
Documentation
  • Coverage
  • 100%
    28 out of 28 items documented0 out of 0 items with examples
  • Size
  • Source code size: 49.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • NGnius/rust-highhash
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NGnius

highhash

crates.io docs.rs

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, but cross-platform and completely safe (100% in Rust).