Docs.rs
  • gcs-rsync-0.4.1
    • gcs-rsync 0.4.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cboudereau
    • Dependencies
      • async-trait ^0.1 normal
      • base64 ^0.21 normal
      • bytes ^1.5 normal
      • chrono ^0.4 normal
      • crc32c ^0.6 normal
      • filetime ^0.2 normal
      • futures ^0.3 normal
      • globset ^0.4 normal
      • jsonwebtoken ^8 normal
      • percent-encoding ^2 normal
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1.33 normal
      • tokio-util ^0.7 normal
      • urlencoding ^2.1 normal
      • num_cpus ^1 dev
      • structopt ^0.3 dev
      • tokio ^1.33 dev
      • uuid ^1.4 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

gcs_rsync0.4.1

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Settings

List of all items

Structs

  • Client
  • oauth2::token::AuthorizedUserCredentials
  • oauth2::token::GoogleMetadataServerCredentials
  • oauth2::token::ServiceAccountCredentials
  • oauth2::token::Token
  • storage::Bucket
  • storage::Metadata
  • storage::Object
  • storage::ObjectClient
  • storage::ObjectMetadata
  • storage::ObjectsListRequest
  • storage::PartialObject
  • sync::RSync
  • sync::ReaderWriter
  • sync::RelativePath

Enums

  • oauth2::Error
  • storage::Error
  • sync::RMirrorStatus
  • sync::RSyncError
  • sync::RSyncStatus

Traits

  • oauth2::token::TokenGenerator

Functions

  • storage::credentials::authorizeduser::default
  • storage::credentials::authorizeduser::from_file
  • storage::credentials::authorizeduser::from_str
  • storage::credentials::metadata::default
  • storage::credentials::metadata::with_scope
  • storage::credentials::serviceaccount::default
  • storage::credentials::serviceaccount::from_file
  • storage::credentials::serviceaccount::from_str

Type Aliases

  • oauth2::token::AccessToken
  • storage::StorageResult
  • sync::RSyncResult
  • sync::Source