pdbtbx 0.10.1

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files.
Documentation
/// Lexing methods
mod lexer;
/// The items as generated by the lexer
mod lexitem;
/// The parser and lexer
mod parser;
/// Structs to help in building up the PDB struct
mod temporary_structs;
/// Methods to validate the parsed structure
mod validate;

pub use parser::*;