[][src]Function patoz::jrnl::jrnl_doi_record_parser

pub fn jrnl_doi_record_parser(
    i: &[u8]
) -> IResult<&[u8], Record, (&[u8], ErrorKind)>

Parses DOI sub-record of JRNL record. DOI is the Digital Object Identifier for the related electronic publication (“e-pub”), if applicable. If successfull returns Record variant containing JournalDoi

Record Structure

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record nameJRNL
13 - 16LString(4)DOI
20 – 79LStringcontinuationUnique DOI assigned to the publication
describing the experiment.
Allows for a long DOI string.