autosave 0.2.0

Automatically save all your changes to the repository
Documentation
1
2
3
4
5
6
7
8
//! autosave lib

pub mod client;
pub mod config;
pub mod daemon;
pub mod git;
pub mod types;
pub mod watcher;