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