normalize-line-endings 0.2.0

Takes an iterator over chars and returns a new iterator with all line endings as \r, \n, or \r\n
Documentation
1
2
3
4
5
6
# Normalize-line-endings

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

[documentation](https://derekdreery.github.io/normailze-line-endings/index.php)