summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/unimpl.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-101-0/+8
| | | | Part of #1769
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-241-0/+76
It turns out that these types are generally useful, and that they are in fact needed for tor-rtmock to compile without a PreferredRuntime.