git-sync-rs 0.7.7

Automatic git repository synchronization with file watching
Documentation
1
2
3
4
5
mod indicator;
pub mod state;

pub use indicator::GitSyncTray;
pub use state::{TrayCommand, TrayState, TrayStatus};