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

#1173 in Web programming

Download history 150/week @ 2023-12-18 129/week @ 2024-01-08 106/week @ 2024-01-15 146/week @ 2024-01-22 57/week @ 2024-01-29 47/week @ 2024-02-05 75/week @ 2024-02-12 250/week @ 2024-02-19 164/week @ 2024-02-26 168/week @ 2024-03-04 458/week @ 2024-03-11 273/week @ 2024-03-18 36/week @ 2024-03-25 601/week @ 2024-04-01

1,375 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
~387K SLoC