1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Merge pull request #2654 from blyxxyz/dedup-splice

Move common pipe and splice functions into uucore
This commit is contained in:
Sylvestre Ledru 2021-09-12 09:23:05 +02:00 committed by GitHub
commit 447d6f2b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 135 additions and 142 deletions

1
Cargo.lock generated
View file

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