Expand description
Secret value management with zeroization and redacted output.
Use Secret::from_file to load secrets from file-mounted paths
(e.g., Docker secrets). The inner value is zeroized on drop and never
appears in Debug or Display output.
Structsยง
- Secret
- A secret value that is zeroized on drop and redacted in debug/display output.