Adding a3s_ahp library as a dependency

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

cargo add a3s-ahp

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

a3s-ahp = "2.4.0"

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

Back to the crate overview.