pub fn parse_ignore_errors(buf: &[u8]) -> impl Iterator<Item = Entry<'_>>
Similar to parse(), but will skip all lines that didn’t parse correctly, silently squelching all errors.