pub fn read_all(
    r: impl Read,
    digests: &Vec<RecordDigest>
) -> Result<Vec<MetaData>, ParseError>
Expand description

Read one or more metadata entries from the bibtex source.

Will return ParseError if any of the records are invalid.

Arguments

  • r - reader implementation providing the source.