mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
I added an additional regex dependency and converted strings to Vec<u8>'s for the assertions. |
||
---|---|---|
.. | ||
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
.