docker-api 0.12.2

Interface to Docker API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(
    non_snake_case,
    clippy::redundant_field_names,
    clippy::new_without_default,
    clippy::too_many_arguments
)]

use serde::{Deserialize, Serialize};
use serde_json::Value;

use std::collections::HashMap;

use chrono::{DateTime, Utc};