Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google-apis-rs/google-cloud-rs
Asynchronous Rust bindings for Google Cloud Platform APIs.
https://github.com/google-apis-rs/google-cloud-rs
async cloud futures google grpc protobuf rust
Last synced: 3 months ago
JSON representation
Asynchronous Rust bindings for Google Cloud Platform APIs.
- Host: GitHub
- URL: https://github.com/google-apis-rs/google-cloud-rs
- Owner: google-apis-rs
- Created: 2019-10-31T04:03:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T12:16:23.000Z (over 2 years ago)
- Last Synced: 2024-10-06T16:47:33.618Z (4 months ago)
- Topics: async, cloud, futures, google, grpc, protobuf, rust
- Language: Rust
- Homepage:
- Size: 2.06 MB
- Stars: 176
- Watchers: 9
- Forks: 48
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
google-cloud-rs
===============[![CI](https://github.com/google-apis-rs/google-cloud-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/google-apis-rs/google-cloud-rs/actions/workflows/ci.yaml)
[![version](https://img.shields.io/crates/v/google-cloud)](https://crates.io/crates/google-cloud)
[![docs](https://docs.rs/google-cloud/badge.svg)](https://docs.rs/google-cloud)
[![license](https://img.shields.io/crates/l/google-cloud)](https://github.com/google-apis-rs/google-cloud-rs#license)Asynchronous Rust bindings for Google Cloud Platform gRPC APIs.
This library aims to create high-level and idiomatic bindings to Google Cloud Platform APIs and services.
Because of the breadth of the services offered by GCP and the desire to create idiomatic APIs for each of them, it currently only supports a handful of services.
Contributions for new service integrations are very welcome, since the entirety of GCP can be hard to cover by only a few maintainers.If you are looking for lower-level bindings that offer more control and supports a lot more services (through automated code-generation), you can look into using [**`google-apis-rs/generator`**](https://github.com/google-apis-rs/generator).
Implemented services
--------------------| Service | Feature name | Status |
| ----------------------------------------------------- | ------------ | --------------- |
| [**Pub/Sub**](https://cloud.google.com/pubsub) | `pubsub` | **Complete** |
| [**Datastore**](https://cloud.google.com/datastore) | `datastore` | **Complete** |
| [**Cloud Storage**](https://cloud.google.com/storage) | `storage` | **Complete** |
| [**Cloud Vision**](https://cloud.google.com/vision) | `vision` | **In progress** |
| [**Cloud Tasks**](https://cloud.google.com/tasks) | `tasks` | **In progress** |Examples
--------You can see examples of how to use each of these integrations by looking at their [**different integration tests**](https://github.com/google-apis-rs/google-cloud-rs/tree/master/google-cloud/src/tests), which aims to model how these services are typically used.
License
-------Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or )
- MIT license (LICENSE-MIT or )at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.