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
[badges.maintenance]
status = "actively-maintained"
[dependencies.bytes_crate]
features = ["serde"]
optional = true
package = "bytes"
version = "0.4"

[dependencies.serde]
optional = true
version = "1"

[dependencies.zeroize]
default-features = false
version = "1.0.0-pre"

[features]
alloc = ["zeroize/alloc"]
bytes = ["bytes_crate", "zeroize/bytes"]
default = ["alloc"]

[package]
authors = ["Charles <charleschege@protonmail.ch>"]
categories = ["cryptography", "memory-management", "no-std", "os"]
description = "              This is a fork of the official Secrecy crate [https://github.com/iqlusioninc/crates/]\n              Wrapper types and traits for secret management which help ensure\n              they aren't accidentally copied, logged, or otherwise exposed\n              (as much as possible), and also ensure secrets are securely wiped\n              from memory when dropped.\n              "
edition = "2018"
homepage = "https://github.com/charleschege/RedactedSecret"
keywords = ["clear", "memory", "secret", "secure", "wipe"]
license = "Apache-2.0 OR MIT"
name = "redactedsecret"
readme = "README.md"
repository = "https://github.com/charleschege/RedactedSecret"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true