osproto 0.0.1

Protocol structures for OpenStack API
Documentation

Protocol Structures for OpenStack API

Build Status License Latest Version Documentation

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.