Docs.rs
  • git-sync-rs-0.1.5
    • git-sync-rs 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • colonelpanic8
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.0 normal
      • directories ^5.0 normal
      • git2 ^0.18 normal
      • hostname ^0.3 normal
      • notify ^6.0 normal
      • serde ^1.0 normal
      • shellexpand ^3.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • toml ^0.8 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • tempfile ^3.0 dev
    • Versions
    • 57.58% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

git_sync_rs0.1.5

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • config::Config
  • config::ConfigLoader
  • config::DefaultConfig
  • config::RepositoryConfig
  • sync::RepositorySynchronizer
  • sync::SyncConfig
  • watch::WatchConfig
  • watch::WatchManager

Enums

  • error::SyncError
  • sync::RepositoryState
  • sync::SyncState
  • sync::UnhandledFileState

Functions

  • config::create_example_config
  • watch::watch_with_periodic_sync

Type Aliases

  • error::Result