doapi 0.1.3

A wrapper library for the DigitalOcean API v2
1
2
3
4
#[derive(Deserialize, Debug)]
pub struct Meta {
    pub total: f64,
}