rtimelogger 0.8.4

A simple cross-platform CLI tool to track working hours, lunch breaks, and calculate surplus time
Documentation
1
2
3
4
5
6
7
mod engine;
mod parser_csv;
mod parser_json;
mod types;

pub use engine::import_days_from_str;
pub use types::{ImportInputFormat, ImportReport};