8 releases
0.2.2 | Jan 18, 2021 |
---|---|
0.2.1 | Apr 13, 2020 |
0.2.0 | Nov 13, 2019 |
0.1.2 | Jun 17, 2019 |
0.0.1 | May 30, 2019 |
#16 in #open-stack
153 downloads per month
32KB
855 lines
Protocol Structures for OpenStack API
This crate was intended to be a collection of structures written by hand based on OpenStack API reference documentation. It never happened, so it is now obsolete with all past content merged into osauth.
lib.rs
:
Protocol Structures for OpenStack API
Introduction
This crate is a collection of structures written by hand based on OpenStack API reference documentation, adapting it for more native Rust look and feel.
This crate does not contain any code to access OpenStack API. For low-level asynchronous SDK, check out rust-osauth, for a more high-level API see rust-openstack.
Stability
This crate is unstable by design. Particularly, two kinds of breaking changes will be regularly made:
- Adding new public fields to existing structures.
- Making required fields optional.
Downstream crates as supposed to lock a single version of the crate and not expose its structures as part of their public API.
Dependencies
~3.5–5MB
~87K SLoC