The goal of this project is to provide a simple API for working with OpenStack clouds. This is an early work-in-progress, don't expect too much of it.
Use standard cargo tool to build and test.
There is an example retrieving a token from Keystone. Source your OpenStack credentials and run:
cargo run --example get-token
... are not hosted anywhere so far, so build them yourself:
cargo doc
and point your browser at target/doc/openstack/index.html
.