Docs.rs
gcs-rsync-0.1.3
gcs-rsync 0.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cboudereau
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
bytes ^1.1
normal
chrono ^0.4
normal
crc32c ^0.6
normal
futures ^0.3
normal
jsonwebtoken ^7
normal
percent-encoding ^2
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.12
normal
tokio-util ^0.6
normal
tokio ^1.12
dev
uuid ^0.8
dev
Versions
2.61%
of the crate is documented
Go to latest version
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
☰
Type Definition StorageResult
Other items in
gcs_rsync
::
storage
?
Type Definition
gcs_rsync
::
storage
::
StorageResult
[
−
]
[src]
pub type StorageResult<T> =
Result
<T,
Error
>;