1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2111 from cbjadwani/cut_optimizations

cut: optimizations
This commit is contained in:
Sylvestre Ledru 2021-04-28 20:40:28 +02:00 committed by GitHub
commit 167520067c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 204 additions and 303 deletions

2
Cargo.lock generated
View file

@ -1786,7 +1786,9 @@ dependencies = [
name = "uu_cut"
version = "0.0.6"
dependencies = [
"bstr",
"clap",
"memchr 2.3.4",
"uucore",
"uucore_procs",
]