mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-18 19:21:09 +00:00
Move the `dd_out()` function out of the `impl Output` and up to the module level, renaming it to `dd_copy()`. This change aligns it with the pattern set by `std::io::copy()`, which similarly takes an input reader and an output writer. This does not change the behavior of `dd`, just the code organization to make it more closely match the idioms in the Rust standard library. |
||
|---|---|---|
| .. | ||
| src | ||
| BENCHMARKING.md | ||
| Cargo.toml | ||
| dd.md | ||
| LICENSE | ||