[][src]Module nom_pdb::title_section

Re-exports

pub use author::AuthorsParser;
pub use expdta::ExperimentalTechniquesParser;
pub use header::HeaderParser;
pub use title::TitleParser;

Modules

author
expdta

Parses EXPDTA records which is a continuation type of record which may span multi-lines. Record contains list of ; seperated experimental techniques. If seuccesfull returns Record variant containing ExperimentalTechniques

header

Parsing the Header. The HEADER record uniquely identifies a PDB entry through the idCode field. This record also provides a classification for the entry. Finally, it contains the date when the coordinates were deposited to the PDB archive.

keywords

Parses KEYWDS record which is a multiline continuation record. Contains comma-seperated list of keywords relevant to pdb entry.If successfull returns Record variant containing KEYWDS instance.

obslte

OBSLTE appears in entries that have been removed from public distribution.

title