whatawhat 0.2.3

Application for monitoring user activity
Documentation
1
2
3
4
5
6
7
8
9
10
//! Simple to use cli/daemon for recording your activity throughout the day.
//! Unlike other solutions this doesn't require any runtimes, is quite lightweight, and can be
//! easily used through a terminal.
//!

pub mod cli;
pub mod daemon;
pub mod fs;
pub mod utils;
pub mod window_api;