whatawhat 0.2.3

Application for monitoring user activity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//!  Storage is organized through [record_storage::RecordStorageImpl].
//!  The basic idea is:
//!   - There is a directory with all the records.
//!   - Records are stored using special record files, which store data for a UTC day.
//!   - Records are stored as intervals from time a, for duration b.

pub mod record_event;
pub mod record_storage;
pub mod entities;