chemrust-formats 0.2.0

The core modules defining the flow and structs of data in computational chemistry routines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// use cpt::{data::ELEMENT_TABLE, element::LookupElement};

pub mod castep_param;
pub mod cell_settings;
// pub mod ms_aux_files;
pub mod seed_writer;
// pub mod settings;

// pub use self::settings::{BandStructureExport, DefaultExport, Settings};

// pub trait MyFilePath: AsRef<Path> + Into<OsString> + Clone {}
// impl MyFilePath for PathBuf {}