coreutils/src/uu/split
Terts Diepraam c6c936f529 all: remove explicit imports of TryFrom and TryInto
This is enabled by the changing the edition from 2018 to 2021
2022-04-05 10:39:31 +02:00
..
src all: remove explicit imports of TryFrom and TryInto 2022-04-05 10:39:31 +02:00
BENCHMARKING.md split: add BENCHMARKING.md documentation file 2022-02-08 22:58:00 -05:00
Cargo.toml Change edition to 2021 2022-04-05 10:39:31 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
README.md change ~ make all sub-crates independent 2020-05-29 22:59:40 -05: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.