aboutsummaryrefslogtreecommitdiff
path: root/crates/futures-copy/src/eof.rs
Commit message (Collapse)AuthorAgeFilesLines
* futures-copy: Add a test for an interactive protocolNick Mathewson2025-10-281-7/+11
| | | | | | This makes sure that flushes happen correctly by relaying traffic over a pair of buffered connections between two parties that don't say anything until they receive a message.
* New futures-copy crate to replace copy_interactive.Nick Mathewson2025-10-281-0/+174
This crate's API is loosely based on some of tokio's functions, and its implementation strategy is loosely based on futures::io::copy. It's designed to be generally useful outside of the arti ecosystem. Should help with the original challenge of #786.