mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
basic byte and numeric sort
tests for numeric sort
This commit is contained in:
parent
9c27aac8fe
commit
bde6d8d643
14 changed files with 230 additions and 0 deletions
|
@ -163,6 +163,10 @@ path = "shuf/shuf.rs"
|
|||
name = "sleep"
|
||||
path = "sleep/sleep.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "sort"
|
||||
path = "sort/sort.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "split"
|
||||
path = "split/split.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue