mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 19:35:35 +00:00
6ecef3a0e3
npx --yes @taplo/cli fmt |
||
---|---|---|
.. | ||
src | ||
BENCHMARKING.md | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
split.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
.