Skip to main content

Crate git_sync_rs

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::CommandGitTransport;
pub use sync::CommitOutcome;
pub use sync::FallbackState;
pub use sync::GitTransport;
pub use sync::RepositoryState;
pub use sync::RepositorySynchronizer;
pub use sync::SyncConfig;
pub use sync::SyncState;
pub use sync::UnhandledFileState;
pub use sync::FALLBACK_BRANCH_PREFIX;
pub use watch::watch_with_periodic_sync;
pub use watch::WatchConfig;
pub use watch::WatchManager;

Modules§

config
error
sync
watch