Docs.rs
docker-api-0.6.0
docker-api 0.6.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vv9k
Dependencies
base64 ^0.13
normal
byteorder ^1.4
normal
bytes ^1.0
normal
chrono ^0.4
normal
flate2 ^1.0
normal
futures-util ^0.3
normal
futures_codec ^0.4
normal
http ^0.2
normal
hyper ^0.14
normal
hyper-openssl ^0.9
normal
log ^0.4
normal
mime ^0.3
normal
openssl ^0.10
normal
paste ^1
normal
pin-project ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tar ^0.4
normal
thiserror ^1
normal
tokio ^1.0
normal
url ^2.1
normal
clap ^3.0.0-beta.5
dev
env_logger ^0.8
dev
futures ^0.3.1
dev
pretty_assertions ^0.7
dev
tokio ^1.0
dev
hyperlocal ^0.8
normal
Versions
27.48%
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
☰
Type Definition Result
Other items in
docker_api
::
errors
?
Type Definition
docker_api
::
errors
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Represents the result of all docker operations