1
Fork 0
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:
Jan Verbeek 2021-08-27 19:20:53 +02:00
parent 92a1f1422e
commit c1079e0b1c
12 changed files with 106 additions and 131 deletions

1
Cargo.lock generated
View file

@ -3276,6 +3276,7 @@ dependencies = [
"getopts",
"lazy_static",
"libc",
"nix 0.20.0",
"once_cell",
"termion",
"thiserror",