Docs.rs
s3-algo-0.5.3
s3-algo 0.5.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Ploppz
Dependencies
bytes ^1.2.1
normal
futures ^0.3.17
normal
futures-retry ^0.6.0
normal
futures-stopwatch ^0.3.0
normal
rusoto_core ^0.48.0
normal
rusoto_s3 ^0.48.0
normal
serde ^1.0.130
normal
snafu ^0.6.1
normal
tokio ^1.10
normal
tokio-util ^0.7.0
normal
walkdir ^2.2.9
normal
clap ^3.0.0
dev
multi-default-trait-impl ^0.1.2
dev
rand ^0.8.5
dev
tempdir ^0.3.7
dev
Versions
45%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
ListObjectsV2Result
In s3_algo
?
Type Definition
s3_algo
::
ListObjectsV2Result
source
·
[
−
]
pub type ListObjectsV2Result =
Result
<(
RequestReport
,
ListObjectsV2Output
),
Error
>;