Crate openstack [−] [src]
OpenStack Client in Rust.
The goal of this project is to provide a simple API for working with OpenStack clouds.
Features
Modules
| auth |
Authentication modules. |
| compute |
Compute API. |
| http |
Low-level HTTP utilities. |
| service |
Generic API bits for implementing new services. |
Structs
| ApiVersion |
API version (major, minor). |
| Session |
An OpenStack API session. |
Enums
| ApiError |
Error from an OpenStack API call. |
Type Definitions
| ApiResult |
Result of an API call. |