normalize-line-endings 0.2.2

Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n
Documentation
# Normalize-line-endings

Consume an `Iterator<Item=char>` and return another with normalized line
endings

[documentation](https://derekdreery.github.io/normalize-line-endings/normalize_line_endings/index.html)