redaction-derive 0.1.2

Proc-macro derive for Sensitive classification traversal
Documentation
redaction-derive-0.1.2 has been yanked.

Derive macros for redaction.

This crate generates the traversal code behind #[derive(Sensitive)]. It:

  • reads #[sensitive(...)] field attributes
  • emits a SensitiveType implementation that calls into a mapper

It does not define classifications or policies. Those live in the main redaction crate and are applied at runtime.