aboutsummaryrefslogtreecommitdiff
path: root/crates/safelog/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Style fixes to safelog errors.Nick Mathewson2022-06-221-3/+3
|
* Implement a safe-logging facility.Nick Mathewson2022-05-061-0/+24
This is a rough first-cut of an API that I think might help us with keeping limited categories of sensitive information out of our logs. I'll refine it based on experiences with using it.