upcloud-rs 0.1.4

A pure Rust Upcloud API binding.
Documentation
mod account;
mod plan;
mod prices;
mod server;
mod templates;
mod zone;

pub use account::{
    UpcloudAccount, UpcloudAccountRoot, UpcloudAccountsListItem, UpcloudAccountsListRoot,
};
pub use plan::{UpcloudPlan, UpcloudPlanList, UpcloudPlanListRoot};
pub use prices::{UpcloudPrice, UpcloudPricesListRoot, UpcloudPricesZone, UpcloudPricesZoneRoot};
pub use server::{
    UpcloudLabel, UpcloudLabelList, UpcloudServer, UpcloudServerList, UpcloudServerListRoot,
    UpcloudServerRoot, UpcloudTagList,
};
pub use templates::{
    UpcloudServerTemplate, UpcloudServerTemplateList, UpcloudServerTemplateListRoot,
};
pub use zone::{UpcloudZone, UpcloudZoneList, UpcloudZoneListRoot};