docker-sync 0.1.2

Minimalistic, synchronous, read-only client for local Docker socket
Documentation
1
2
3
4
5
6
#[derive(Serialize, Deserialize, Debug)]
#[allow(non_snake_case)]
pub struct FilesystemChange {
    pub Path: String,
    pub Kind: u8,
}