5 unstable releases
Uses old Rust 2015
0.3.0 | Dec 16, 2018 |
---|---|
0.2.2 | May 15, 2016 |
0.2.1 | May 14, 2016 |
0.2.0 | May 14, 2016 |
0.1.0 | May 14, 2016 |
#713 in Algorithms
1,594,253 downloads per month
Used in 1,837 crates
(9 directly)
6KB
55 lines
Normalize-line-endings
Consume an Iterator<Item=char>
and return another with normalized line
endings.
lib.rs
:
Normalize line endings
This crate provides a normalize
method that takes a char iterator and returns
a new one with \n
for all line endings