1 2 3 4 5 6 7
//! # Low level bindings to the c library from GROMACS #![allow(non_upper_case_globals, non_camel_case_types)] pub mod xdr_seek; pub mod xdrfile; pub mod xdrfile_trr; pub mod xdrfile_xtc;