redactedsecret 0.4.0

This is a fork of the official Secrecy crate [https://github.com/iqlusioninc/crates/] Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped.
Documentation
# RedactedSecret
Common Types Implementing Zeroize for zeroing out memory on Drop. Written In Rust