docker_client 0.1.0-alpha4

docker-client library
Documentation
1
2
3
4
5
#[derive(Clone)]
pub struct DockerResponse {
    pub status: u16,
    pub body: String,
}