35 releases

0.5.0 Mar 10, 2023
0.4.2 Sep 26, 2022
0.4.0 May 23, 2020
0.3.2 Dec 3, 2019
0.0.10 Mar 25, 2017

#1550 in Web programming

Download history 11/week @ 2024-02-22 15/week @ 2024-02-29 8/week @ 2024-03-07 5/week @ 2024-03-14 117/week @ 2024-03-28 55/week @ 2024-04-04

172 downloads per month

Apache-2.0

315KB
7.5K SLoC

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

Dependencies

~13–30MB
~466K SLoC