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
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, Copy)]
pub enum LatticeBlockType {
    LATTICE_ABC,
    LATTICE_CART,
}