1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src/uu/split
2021-01-10 18:16:04 +01:00
..
src Remove 'extern crate' 2020-12-31 15:44:00 +01:00
Cargo.toml update of the version 0.0.1 => 0.0.2 (#1686) 2021-01-10 18:16:04 +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.