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 |
#681 in Network programming
50 downloads per month
315KB
7.5K
SLoC
OpenStack SDK for Rust
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
~12–27MB
~434K SLoC