Adding simhash library as a dependency

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

cargo add simhash

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

simhash = "0.2.0"

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

Back to the crate overview.