secure-serialize 0.1.0

A proc-macro for automatically redacting sensitive fields during serialization
Documentation
1
2
3
4
5
6
7
error: SecureSerialize only supports structs
 --> tests/ui/enum_unsupported.rs:4:1
  |
4 | #[derive(Deserialize, SecureSerialize)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `SecureSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)