pub fn parse(buf: &[u8]) -> Lines<'_> ⓘ
Parse the given buf of bytes line by line into mapping Entries.
buf
Errors may occur per line, but it’s up to the caller to stop iteration when one is encountered.