digitalocean 0.1.1

A pure Rust DigitalOcean API binding.
Documentation
1
2
3
4
/// Later we can make a different client and implement it as a feature.
mod reqwest;

pub use self::reqwest::Client;