rtimelogger 0.4.5

A simple cross-platform CLI tool to track working hours, lunch breaks, and calculate surplus time
Documentation
1
2
3
4
5
pub mod config;
pub mod db;
pub mod events;
pub mod logic;
pub mod utils;