eventsourced
eventsourced copied to clipboard
Use secrecy types for sensitive data
secrecy provides various data types which safely implemnt Debug and Display such that no sensitive information can accidentally escape, e.g. via logging.
One use case is the Config struct for the eventsourced-postgres EvtLog.