redactrs 0.1.0

Wrapper to avoid accidentally leaking sensitive data during printing/logging
Documentation
[dependencies]

[lib]
name = "redactrs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "value-formatting", "config"]
description = "Wrapper to avoid accidentally leaking sensitive data during printing/logging"
edition = "2021"
keywords = ["redacted", "mute", "hide", "logging", "sensitive-data"]
license-file = "LICENSE"
name = "redactrs"
readme = "README.md"
repository = "https://github.com/jeremyschiemann/redactrs.git"
version = "0.1.0"

[[test]]
name = "test_redacted"
path = "tests/test_redacted.rs"