Crate openstack [] [src]

OpenStack Client in Rust.

The goal of this project is to provide a simple API for working with OpenStack clouds.

API-specific notes:

Modules

auth

Authentication modules.

compute

Compute API implementation bits.

service

Generic API bits for implementing new services.

session

Session structure definition.

Structs

ApiVersion

API version (major, minor).

Cloud

OpenStack cloud API.

Enums

ApiVersionRequest

A request for negotiating an API version.

Error

Error from an OpenStack call.

Sort

Sorting request.

Type Definitions

Result

Result of an OpenStack call.