sensitive-fmt 0.2.0

Derive Debug and Display while honoring #[sensitive(redact | truncate = N | skip)] field attributes.
Documentation
1
2
3
4
5
error: SensitiveDebug requires a struct with named fields
 --> tests/compile_fail/tuple_struct.rs:4:8
  |
4 | struct Bad(u32, String);
  |        ^^^