1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//!
//! The main crate for lhe-rs.
//!
//! lhe-rs is a Les Houches Event File parser in Rust.
//! See tests/lib.rs in the repository for example codes.
//!
//!

extern crate xml;

pub mod reader;
pub mod event;