[][src]Module pgp::normalize_lines

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

Based on https://github.com/derekdreery/normalize-line-endings.

Structs

Normalized

This struct wraps a std::io::Chars to normalize line endings.