[][src]Module patoz::author

Contains parsers related to Author records. The AUTHOR record contains the names of the people responsible for the contents of the entry.

Functions

author_list_parser

parses , separated author names. If successfull returns list of Authors

author_record_parser

Parses AUTHOR record which is a multiline continuation record. Contains comma-seperated list of author names. If successfull returns Record variant containing AUTHORS instance.