normalize-line-endings

Crates.ionormalize-line-endings
lib.rsnormalize-line-endings
version0.3.0
sourcesrc
created_at2016-05-14 19:00:20.135508
updated_at2018-12-16 15:17:15.641063
descriptionTakes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n
homepage
repositoryhttps://github.com/derekdreery/normalize-line-endings
max_upload_size
id5067
size15,368
Richard Dodd (derekdreery)

documentation

https://derekdreery.github.io/normalize-line-endings/normalize_line_endings/index.html

README

Normalize-line-endings

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

documentation

Commit count: 6

cargo fmt