[][src]Function patoz::jrnl::jrnl_publ_record_parser

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

Parses PUBL sub-record of JRNL record. PUBL contains the name of the publisher and place of publication if the reference is to a book or other non-journal publication. If successfull returns Record variant that contains JournalPublication

Record Structure

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record name"JRNL
13 - 16LString(4)"PUBL"
17 - 18ContinuationcontinuationAllows long publisher and place names.
20 - 70LStringpubCity of publication and name of the
publisher/institution.