1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/src
Jeffrey Finkelstein b9003d19ed dd: move dd_out() function up to module level
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.
2023-02-23 21:17:19 -05:00
..
bin Clippy fixes 2023-02-13 21:33:42 -05:00
uu dd: move dd_out() function up to module level 2023-02-23 21:17:19 -05:00
uucore Merge pull request #4356 from howjmay/cksum-a 2023-02-23 12:18:21 +01:00
uucore_procs uucore_procs: add help_about macro 2023-02-17 15:39:26 +01:00