1 2 3 4 5
//! Tools for extracting schedule data from an app, and interpreting that data for use with //! visualization tools (for example). pub mod plugin; pub mod serde;