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
/// The context of an error
mod context;
/// The severity of an error
mod errorlevel;
/// An error with all its properties
mod pdberror;

pub use context::{Context, Position};
pub use errorlevel::ErrorLevel;
pub use pdberror::PDBError;