#open-stack #api #cloud #api-bindings

osproto

Protocol structures for OpenStack API (Obsolete)

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

#8 in #openstack

Download history 44/week @ 2023-12-22 100/week @ 2024-01-05 116/week @ 2024-01-12 139/week @ 2024-01-19 61/week @ 2024-01-26 53/week @ 2024-02-02 48/week @ 2024-02-09 171/week @ 2024-02-16 143/week @ 2024-02-23 98/week @ 2024-03-01 105/week @ 2024-03-08 135/week @ 2024-03-15 54/week @ 2024-03-22 44/week @ 2024-03-29 56/week @ 2024-04-05

304 downloads per month

Apache-2.0

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:

  1. Adding new public fields to existing structures.
  2. 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–4.5MB
~110K SLoC