Crate git_sync_rs

Source

Re-exports§

pub use config::Config;
pub use config::ConfigLoader;
pub use config::DefaultConfig;
pub use config::RepositoryConfig;
pub use error::Result;
pub use error::SyncError;
pub use sync::RepositoryState;
pub use sync::RepositorySynchronizer;
pub use sync::SyncConfig;
pub use sync::SyncState;
pub use sync::UnhandledFileState;
pub use watch::watch_with_periodic_sync;
pub use watch::WatchConfig;
pub use watch::WatchManager;

Modules§

config
error
sync
watch