chemrust-parser 0.2.0

The core modules defining the flow and structs of data in computational chemistry routines.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
mod model_file;
mod parser_combos;

pub use model_file::CellParser;
pub use parser_combos::*;