laddu-core 0.19.2

Core of the laddu library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Methods for loading and manipulating [`EventData`](crate::data::EventData)-based data.

mod dataset;
mod event;
pub mod io;
mod metadata;
#[cfg(test)]
mod tests;

pub use dataset::*;
pub use event::*;
pub use metadata::*;