pub fn parse_author_names<'a>(authors: &[&'a str]) -> Result<Vec<&'a str>>
Expand description

Parses author names from a list of author names, which might include git-style author names such as John Doe <jd@example.com>.