rapidhash

(★ 266)

An extremely fast, high quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.

File Explorer

  • .editorconfig
  • .gitignore
  • Cargo.toml
  • CHANGELOG.md
  • LICENSE-APACHE
  • LICENSE-MIT
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cargo install

View Details ▼

Build and install a Rust binary.

cargo install {{package}}@{{version}}

Install a package from <https://crates.io> (the version is optional - latest by default):

cargo install --git {{repo_url}}

Install a package from the specified Git repository:

cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}

Build from the specified branch/tag/commit when installing from a Git repository:

// repository documentation