Adding rust_cryptoauthlib library as a dependency

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

cargo add rust-cryptoauthlib

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

rust-cryptoauthlib = "0.4.5"

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

Back to the crate overview.