Function gix_mailmap::parse

source ·
pub fn parse(buf: &[u8]) -> Lines<'_> 
Expand description

Parse the given buf of bytes line by line into mapping Entries.

Errors may occur per line, but it’s up to the caller to stop iteration when one is encountered.