mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 09:41:07 +00:00
| .. | ||
| Cargo.toml | ||
| main.rs | ||
| 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.