summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/helpers.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-1/+2
| | | | | These are mostly about explicitly linking to things that were already in scope.
* tor-hsservice: prelude: Don't import futures::streamIan Jackson2024-03-051-1/+1
| | | | This is too vague.
* tor-hsservice: prelude: Move imports from helpers.rsIan Jackson2024-03-051-4/+1
|
* 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.