xdrfile 0.3.0

Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format.
Documentation
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;