Module pgp::normalize_lines[][src]

Expand description

Line ending normalization module

This crate provides a normalize method that takes an u8 iterator and returns a new one with newlines normalized to a single style.

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

Structs

This struct wraps an u8 iterator to normalize line endings.