1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 19:21:09 +00:00
uutils-coreutils/src/uu/dd
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
..
src dd: move dd_out() function up to module level 2023-02-23 21:17:19 -05:00
BENCHMARKING.md doc: ignore a 'typo' 2022-06-13 08:49:35 +02:00
Cargo.toml Use workspace inheritance for dependencies 2023-02-11 18:54:46 +01:00
dd.md Use help_about! & adapt help files for its usage 2023-02-17 16:40:22 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00