redacted_debug 0.2.0

A small procedural macro to allow redacting sensitive information without losing the ease of use of deriving Debug
Documentation
[dependencies.proc-macro2]
version = "1.0.49"

[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
version = "1.0.107"

[lib]
proc-macro = true

[package]
authors = ["Richo Healey <richo@psych0tik.net>"]
description = "A small procedural macro to allow redacting sensitive information without losing the ease of use of deriving Debug"
edition = "2018"
license = "MIT"
name = "redacted_debug"
readme = "README.md"
version = "0.2.0"