pace_core 0.19.0

pace-core - library to support timetracking on the command line
Documentation
1
2
3
4
5
6
7
/// An activity store service
///
/// This module contains the domain logic for tracking activities and their intermissions.
///
pub mod activity_store;

pub mod activity_tracker;