pdbtbx 0.12.0

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// 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::*;