1 2 3 4 5 6
//! Contains modules to create a static dashboard that shows statistics and graphs //! about the time logs. mod html; pub use html::HtmlError; pub use html::create_html;