Crates.io | normalize-line-endings |
lib.rs | normalize-line-endings |
version | 0.3.0 |
source | src |
created_at | 2016-05-14 19:00:20.135508 |
updated_at | 2018-12-16 15:17:15.641063 |
description | Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n |
homepage | |
repository | https://github.com/derekdreery/normalize-line-endings |
max_upload_size | |
id | 5067 |
size | 15,368 |
Consume an Iterator<Item=char>
and return another with normalized line
endings.