Skip to content

scattenlaeufer/timewarrior-report-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
}

About

A crate to build reports from Timewarrior's extension API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages