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