whitfin / runiq

An efficient way to filter duplicate lines from input, à la uniq.
MIT License
204 stars 23 forks source link

Fix for missing line endings #3

Closed egrieco closed 5 years ago

egrieco commented 5 years ago

The bytelines library removes the newline character here: https://github.com/whitfin/bytelines/blob/master/src/lib.rs#L161

We're putting it back.

whitfin commented 5 years ago

@egrieco this looks good to me! I'll merge and release shortly!