mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| deps.mk | ||
| README.md | ||
| split.rs | ||
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 thecontrol.current_line.