mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
Move common pipe and splice functions into uucore
This cuts down on repetitive unsafe code and repetitive code in general.
This commit is contained in:
parent
92a1f1422e
commit
c1079e0b1c
12 changed files with 106 additions and 131 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3276,6 +3276,7 @@ dependencies = [
|
|||
"getopts",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"nix 0.20.0",
|
||||
"once_cell",
|
||||
"termion",
|
||||
"thiserror",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue