mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 17:51:07 +00:00
- convert to newer `..=` syntax, fixing compiler warnings + requires MinSRV >= v1.26.0 .# [why] The inclusive range operator (`..=`) was stabilized in rust v1.26.0. Warnings requesting conversion from the old `...` operator to `..=` were introduced in rust v1.37.0. * ref: <https://github.com/rust-lang/rust/blob/master/RELEASES.md> |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| 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.