coreutils/src/split
Michael Gehring 9d8abbcb06 Basic Cargo build
Builds the uutils multicall binary containing all utils (except stdbuf)
by default. To only build a subset
    `cargo --no-default-features --features <utils>`
can be used.

Whats missing is building the standalone binaries and a mechanism to
automatically disable the build of unix only utils on windows.
2015-08-28 21:12:30 +02:00
..
Cargo.toml Basic Cargo build 2015-08-28 21:12:30 +02:00
deps.mk Update to nightly build. 2015-06-23 23:00:00 -04:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Standardize display of utility name and version. 2015-05-25 14:50:15 -04: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.