summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/helpers.rs
Commit message (Collapse)AuthorAgeFilesLines
* hss: helper to get a stream of StreamReq from a stream of RendReq.Nick Mathewson2023-09-271-0/+28
This isn't very much code, but given how long it took me to write this and make it typecheck, I suspect that others may find it useful as well.