pdbtbx 0.10.1

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files.
Documentation
/// 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::*;