clevercloud-sdk 0.15.0

A rust client and structures to interact with the Clever-Cloud API.
Documentation
1
2
3
4
5
6
7
//! # Api version 2 module
//!
//! This module expose resources under the version 2 of the Clever-Cloud Api.

pub mod addon;
pub mod myself;
pub mod plan;