summaryrefslogtreecommitdiff
path: root/crates/safelog/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md files (automated).Nick Mathewson2022-05-061-1/+70
|
* Implement a safe-logging facility.Nick Mathewson2022-05-061-0/+1
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.