castep-cell-io 0.2.8

A crate helping to parse, edit and save `castep` input file format `.cell`
Documentation
1
2
3
4
5
6
7
8
/// To be continued
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, Copy)]
pub enum SpeciesKeywords {
    SPECIES_LCAO_STATES,
    SPECIES_MASS,
    SPECIES_POT,
}