avina-cli 2.2.0

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

pub(crate) use project::ProjectCommand;
pub(crate) use user::UserCommand;