Move to bytes/string hybrid codec (#1457)

* WIP: move to bytes codec

* Progress on adding collect helpers

* Progress on adding collect helpers

* Add in line splitting back to lines

* Lines outputting line primitives

* Close to ready?

* Finish fixing lines

* clippy fixes

* fmt fixes

* removed unused code

* Cleanup a few bits

* Cleanup a few bits

* Cleanup a few more bits

* Fix failing test with corrected test case
This commit is contained in:
Jonathan Turner
2020-03-07 05:06:39 +13:00
committed by GitHub
parent 287652573b
commit 8925ca5da3
20 changed files with 475 additions and 524 deletions

View File

@ -126,6 +126,7 @@ mod stdin_evaluation {
iecho yes
| chop
| chop
| lines
| first 1
"#
));