avina-wire 2.2.0

Rust types for API communication of the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
Documentation
1
2
3
4
5
6
7
mod server_consumption;
mod server_cost;
mod server_state;

pub use server_consumption::*;
pub use server_cost::*;
pub use server_state::*;