Function extract_reference_authors
pub fn extract_reference_authors(
ref_content: &str,
) -> Result<Vec<Author>, ParseError>Expand description
Extract authors from reference sections
pub fn extract_reference_authors(
ref_content: &str,
) -> Result<Vec<Author>, ParseError>Extract authors from reference sections