openstack

Crates.ioopenstack
lib.rsopenstack
version0.6.0
created_at2017-02-26 20:04:10.357831+00
updated_at2025-02-05 15:26:31.362434+00
descriptionOpenStack SDK for Rust
homepagehttps://github.com/dtantsur/rust-openstack
repositoryhttps://github.com/dtantsur/rust-openstack
max_upload_size
id8699
size608,503
Dmitry Tantsur (dtantsur)

documentation

https://docs.rs/openstack

README

OpenStack SDK for Rust

CI License Latest
Version Documentation

The goal of this project is to provide a simple API for working with OpenStack clouds. It is still work-in-progress, some bits are not implemented.

Usage

Use standard cargo tool to build and test. Add a dependency on openstack crate to your software to use this library.

Examples

There is an example that lists all running servers (their ID and name). Source your Keystone V3 credentials and run:

cargo run --example list-servers

Enable verbose logging by using standard RUST_LOG variable:

RUST_LOG=openstack cargo run --example list-servers
Commit count: 487

cargo fmt