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
/// Parse CIF files into intermediate structure
mod lexer;
/// Save the CIF intermediate structure
mod lexitem;
/// Parse intermediate structure to PDB structure
mod parser;

pub use parser::*;