#report #timewarrior #read #data #passed #create

bin+lib timewarrior_report

Read the data from Timewarrior to create reports

1 unstable release

0.1.0 Jul 11, 2021

#68 in #report

AGPL-3.0-or-later

11KB
219 lines

Workflow Status

timewarrior-report-rs

A crate to read the data passed by creating a Timewarrior report, written in Rust.

Usage

This is a basic example to read the data for a Timewarrior report from stdin and print it:

use timewarrior_report::TimewarriorData;

fn main() {
   let report_data = TimewarriorData::from_stdin();
   dbg!(report_data);
}

Dependencies

~1.6–2.6MB
~51K SLoC