aboutsummaryrefslogtreecommitdiff
path: root/crates/safelog/README.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* README doctests: fix safelogIan Jackson2022-10-121-0/+3
| | | | Add some dummy definitions that support the example.
* 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.