coreutils/src/split
Joseph Crail 509a35ff7a Switch to external getopts cargo (part 2).
I switched over to the getopts crate on crates.io, instead of Rust's
private implementation. This will allow coreutils to build for Rust 1.0.

I'm splitting the updates into several commits for better reviewing.
2015-05-21 15:00:34 -04:00
..
deps.mk Add initial tests for split. 2015-05-09 13:32:30 -04:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -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.