aboutsummaryrefslogtreecommitdiff
path: root/crates/safelog/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* safelog: Define redaction helpers to avoid string slicing.Nick Mathewson2026-06-101-0/+137
(Several of our remaining string slicing instances are for redaction, and it makes sense to have a single tested implementation for this.)