mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

When searching for newlines in a process output keep track which part of buffer was already examined to avoid processing the same data again and again.