mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 16:43:16 +00:00
c6c936f529
This is enabled by the changing the edition from 2018 to 2021 |
||
---|---|---|
.. | ||
src | ||
BENCHMARKING.md | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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
.