create_html

Function create_html 

Source
pub fn create_html(
    time_logs: &[TimeLog],
    charts_dir: &Path,
    label_filter: Option<&HashSet<String>>,
    label_others: Option<&Label>,
    repository_name: &str,
) -> Result<(), HtmlError>
Expand description

Creates a HTML file at path that contains statistics and charts about the given time logs.

ยงErrors

Possible errors can be seen in HtmlError.