Docs.rs
crankshaft-docker-0.4.0
crankshaft-docker 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
peterhuene
claymcleod
stjudecloud-cloudy
Dependencies
anyhow ^1.0.99
normal
bollard ^0.19.2
normal
bon ^3.7.1
normal
clap ^4.5.45
normal
optional
clap-verbosity-flag ^3.0.4
normal
optional
crankshaft-events ^0.1.0
normal
futures ^0.3.31
normal
indexmap ^2.11.0
normal
nix ^0.30.1
normal
serde ^1.0.219
normal
shlex ^1.3.0
normal
optional
tar ^0.4.44
normal
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
tokio-retry2 ^0.7
normal
tokio-stream ^0.1.17
normal
tracing ^0.1.41
normal
tracing-log ^0.2.0
normal
optional
tracing-subscriber ^0.3.19
normal
optional
tempfile ^3.21.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate crankshaft_docker
crankshaft_
docker
0.4.0
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Type Aliases
Crate
crankshaft_
docker
Copy item path
Source
Expand description
A Docker client that uses
bollard
.
Re-exports
§
pub use crate::container::
Container
;
Modules
§
container
Containers.
images
Images.
service
Services.
Structs
§
Docker
A Docker client.
Event
Options
Represents options for sending events.
Enums
§
Error
A global error within this crate.
Type Aliases
§
Result
A
Result
with an
Error
;