lrzcc 1.7.1

Rust client library for the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
Documentation
1
2
3
4
5
6
mod project;
#[allow(clippy::module_inception)]
mod user;

pub use project::ProjectApi;
pub use user::UserApi;