aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in documentationTobias Stoeckmann2024-03-061-1/+1
|
* New tor-log-ratelim crateNick Mathewson2023-11-161-0/+62
This crate is meant to provide rate-limited log messages to tell users about problems that can happen too frequently to log individually. This version is based off an earlier design, and off of conversations with @diziet. It still needs tests.