Expand description

EULUMTDAT File Struct.

This module contains the structs and enums for supporting parsing of the EULUMDAT (LDT) file format. Although I was unable to find any formal documentation during the development, my information on this format was drawn from two different sources:

Re-exports

pub use self::err::*;
pub use self::eulumdat_file::*;
pub use self::ltyp::*;
pub use self::symmetry::*;
pub use self::util::*;

Modules