normalize-line-endings 0.3.0

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

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

[documentation]

[documentation]: https://docs.rs/normalize-line-endings