Crate openstack [−] [src]
OpenStack Client in Rust.
The goal of this project is to provide a simple API for working with OpenStack clouds.
Features
Reexports
pub use session::Session; |
Modules
| auth |
Authentication modules. |
| compute |
Compute API. |
| session |
Session structure definition. |
Enums
| ApiError |
Error from an OpenStack API call. |
Traits
| ServiceType |
Trait representing a service type. |
Type Definitions
| ApiResult |
Result of an API call. |