Adding zeroize_alloc library as a dependency
Run this command in a terminal, in your project's directory:
cargo add zeroize_alloc
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
zeroize_alloc = "0.1.2"
The zeroize_alloc library will be automatically available globally.
Read the zeroize_alloc library documentation.