summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
|
* JoinReadWrite: Minor docs improvements.Ian Jackson2023-04-061-3/+2
|
* JoinReadWrite: Move the example to the structIan Jackson2023-04-061-23/+25
| | | | This makes it more prominent on the rustdoc page.
* JoinReadWrite: Discuss using .reunite() or .unsplit()Ian Jackson2023-04-061-3/+5
| | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1115#note_2894238 And move the "This is the converse" comment to somewhere it actually appears in public docs. The module-level docs only appear with --document-private-items because the modules themselves are private.
* tor-async-utils: Introduce JoinReadWriteIan Jackson2023-04-053-1/+96
| | | | | I wanted one of these for a test stream. Unaccountably neither the futures crate, nor tokio, seem to have one!
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-294-0/+765
| | | | | This commit is mostly code movement; I'd recommend reviewing it with git's `--color-moved` option.
* Make a new empty tor-async-utils crate.Nick Mathewson2023-03-293-0/+71