Thanks to visit codestin.com
Credit goes to lib.rs

Adding saa_crypto library as a dependency

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

cargo add saa-crypto

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

saa-crypto = "0.27.2"

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

Back to the crate overview.