aboutsummaryrefslogtreecommitdiff
path: root/crates/futures-copy/src/arc_io_result.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use "extend" for futures-copy ArcIoResultExtIan Jackson2026-07-161-5/+3
|
* New futures-copy crate to replace copy_interactive.Nick Mathewson2025-10-281-0/+31
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.