#google-cloud #google-cloud-platform #google #grpc-api #cloud #grpc #future

google-cloud-for-versionstore-operator

Asynchronous Rust bindings for Google Cloud Platform gRPC APIs

1 unstable release

0.2.1 Feb 3, 2022

#9 in #google-cloud-platform


Used in versionstore-operator

MIT/Apache

2MB
28K SLoC

Prolog 13K SLoC // 0.0% comments Bazel 7.5K SLoC // 0.1% comments Rust 6.5K SLoC // 0.0% comments Happy 1.5K SLoC

google-cloud

CI version docs 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.

Implemented services

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

Examples

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.

License

Licensed under either of

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.

Dependencies

~18–34MB
~599K SLoC