vultr 0.4.2

A pure Rust Vultr API binding.
Documentation
1
2
3
4
5
6
use serde::Deserialize;

#[derive(Deserialize, Debug)]
pub struct VultrApiError {
    pub error: String,
}