osauth

Crates.ioosauth
lib.rsosauth
version0.5.0
sourcesrc
created_at2019-02-20 17:10:13.134896
updated_at2024-10-27 15:42:54.384831
descriptionAsynchronous OpenStack session and authentication
homepagehttps://github.com/dtantsur/rust-osauth
repositoryhttps://github.com/dtantsur/rust-osauth
max_upload_size
id116032
size363,778
Dmitry Tantsur (dtantsur)

documentation

https://docs.rs/osauth

README

Asynchronous OpenStack session and authentication

CI License Latest
Version Documentation

The goal of this project is to provide an asynchronous API for HTTP requests against OpenStack clouds. It provides support for various authentication methods, service catalog queries, as well as for some OpenStack specific concepts like microversions. The API is quite low level and does not provide any ready-to-use objects (like Server or Port). Pagination is supported but must be configured explicitly.

OpenStack releases starting with Train are officially supported, although support for releases older than 1.5 years is best-effort and may be dropped without a prior warning (it will not be considered a breaking change).

For a more high-level API see rust-openstack.

Similarly to OpenStack itself, this project is licensed under Apache-2.0.

Commit count: 190

cargo fmt