Open sebastianv89 opened 1 year ago
Protobuf v22 added the debug_redact field option, with the following intent:
debug_redact
// Indicate that the field value should not be printed out when using debug // formats, e.g. when the field contains sensitive credentials.
Can we support this in prost?
Possibly related: https://github.com/tokio-rs/prost/issues/795
Also possibly related: #334, #367
Protobuf v22 added the
debug_redact
field option, with the following intent:Can we support this in prost?