Expand description
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
Functionsยง
- Take a Chars and return similar struct with normalized line endings
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