gitlab_time_report/dashboard/
mod.rs

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