Constant yaml_peg::dumper::NL

source ·
pub const NL: &str;
Expand description

Newline symbol in common platforms.

There is only two symbols in the option, “\r\n” in Windows platform, otherwise uses “\n”.

Please be aware that your storage can be used the symbol of Windows.