Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Obsolete the project and prepare 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Jan 18, 2021
1 parent 25bd840 commit 963e2ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]

name = "osproto"
description = "Protocol structures for OpenStack API"
version = "0.2.1"
authors = ["Dmitry Tantsur <divius.inside@gmail.com>"]
description = "Protocol structures for OpenStack API (Obsolete)"
version = "0.2.2"
authors = ["Dmitry Tantsur <dtantsur@protonmail.com>"]
homepage = "https://github.com/dtantsur/rust-osproto"
repository = "https://github.com/dtantsur/rust-osproto"
documentation = "https://docs.rs/osproto"
Expand Down
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
Protocol Structures for OpenStack API
=====================================

[![Build
Status](https://travis-ci.org/dtantsur/rust-osproto.svg?branch=master)](https://travis-ci.org/dtantsur/rust-osproto)
[![License](https://img.shields.io/crates/l/osproto.svg)](https://github.com/dtantsur/rust-osproto/blob/master/LICENSE)
[![Latest
Version](https://img.shields.io/crates/v/osproto.svg)](https://crates.io/crates/osproto)
[![Documentation](https://img.shields.io/badge/documentation-latest-blueviolet.svg)](https://docs.rs/osproto)

This crate is a collection of structures written by hand based on [OpenStack
API reference documentation](https://developer.openstack.org/api-ref/),
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](https://crates.io/crates/osauth),
for a more high-level API see
[rust-openstack](https://crates.io/crates/openstack).
This crate was intended to be a collection of structures written by hand based
on [OpenStack API reference
documentation](https://developer.openstack.org/api-ref/). It never happened,
so it is now obsolete with all past content merged into
[osauth](https://github.com/dtantsur/rust-osauth/).

0 comments on commit 963e2ed

Please sign in to comment.