englog 0.1.3

Keep a work log as a software developer for looking back on during yearly reviews etc.
Documentation
1
2
3
4
5
6
pub mod app;
pub mod arg;
pub mod config;
pub mod tui;
pub mod ui;
pub mod update;