Adding slahasher library as a dependency

Run this command in a terminal, in your project's directory:

cargo add slahasher

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

slahasher = "0.3.13"

The slahasher library will be automatically available globally. Read the slahasher library documentation.

Back to the crate overview.