dura 0.2.0

Dura backs up your work automatically via Git commits.
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod database;
pub mod git_repo_iter;
pub mod log;
pub mod logger;
pub mod metrics;
pub mod poller;
pub mod snapshots;