19 releases

0.4.3 Oct 15, 2023
0.4.2 Apr 2, 2023
0.4.1 Feb 6, 2023
0.4.0 Sep 9, 2022
0.1.1 Mar 31, 2019

#1176 in Web programming

Download history 283/week @ 2023-12-03 102/week @ 2023-12-10 158/week @ 2023-12-17 124/week @ 2024-01-07 107/week @ 2024-01-14 145/week @ 2024-01-21 62/week @ 2024-01-28 47/week @ 2024-02-04 74/week @ 2024-02-11 250/week @ 2024-02-18 165/week @ 2024-02-25 161/week @ 2024-03-03 411/week @ 2024-03-10 327/week @ 2024-03-17

1,065 downloads per month
Used in 3 crates

Apache-2.0

280KB
6K SLoC

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.

Dependencies

~9–25MB
~390K SLoC