gitlab-time-report 1.3.0

Library to generate statistics and charts from GitLab time tracking data.
Documentation
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;