- `str::lines()` appears to split strings only on `\n` - `str::lines_any()` appears to split on `\n` and on `\r\n`. - The Unicode line separator \u2028 is currently not handled. I think, we want **only one function** doing "the right thing (tm)". See - section 5.8 in http://unicode.org/versions/Unicode5.2.0/ch05.pdf - http://unicode.org/reports/tr14/#Algorithm