Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed, and also ensure secrets are securely wiped from memory when dropped.
# Cargo.toml
[dependencies]
secrecy = "0.10.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a secret string and exposes it for printing.
Avoid printing secrets directly; use `expose_secret()` only when necessary.
No dependency data recorded yet.