1
2
3
4
5
6
7
8
//! # trajan
//!
//! A library for molecular dynamics trajectory analysis.

pub mod error;
pub mod particle;
pub mod coordinate;
pub mod xyz;