Adding phf_shared library as a dependency

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

cargo add phf_shared

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

phf_shared = "0.13.1"

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

Back to the crate overview.