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
.
Service | Feature name | Status |
---|---|---|
Pub/Sub | pubsub |
Complete |
Datastore | datastore |
Complete |
Cloud Storage | storage |
Complete |
Cloud Vision | vision |
In progress |
Cloud Tasks | tasks |
In progress |
You can see examples of how to use each of these integrations by looking at their different integration tests, which aims to model how these services are typically used.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.