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
8
9
mod budget_bulk_create;
mod budget_over_tree;
mod project_budget;
mod user_budget;

pub use budget_bulk_create::*;
pub use budget_over_tree::*;
pub use project_budget::*;
pub use user_budget::*;