1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +00:00
uutils-coreutils/src/uu/split
Sylvestre Ledru 41a3695b3f uucore: Fix a clippy warning
The following explicit lifetimes could be elided: 'a
2024-11-28 19:25:17 +01:00
..
src uucore: Fix a clippy warning 2024-11-28 19:25:17 +01:00
BENCHMARKING.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
Cargo.toml prepare version 0.0.28 2024-11-03 20:59:42 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
README.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
split.md split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00

Rudimentary "split" Implementation

Missing Features

Flags

  • --verbose - created file printing is implemented, don't know if there is anything else

Possible Optimizations

  • Use slice ([u8]) directly as the control.current_line.