4 releases (2 breaking)

0.2.1 Mar 24, 2021
0.2.0 Mar 24, 2021
0.1.0 Aug 23, 2020
0.0.0 Jan 20, 2020

#7 in #google-cloud-platform

Download history 9/week @ 2023-12-06 26/week @ 2023-12-13 12/week @ 2023-12-20 2/week @ 2023-12-27 6/week @ 2024-01-17 5/week @ 2024-01-24 13/week @ 2024-01-31 55/week @ 2024-02-07 35/week @ 2024-02-14 54/week @ 2024-02-21 19/week @ 2024-02-28 43/week @ 2024-03-06 49/week @ 2024-03-13 14/week @ 2024-03-20

135 downloads per month

MIT/Apache

2MB
16K SLoC

Bazel 9K SLoC // 0.1% comments Rust 6.5K SLoC // 0.0% comments Prolog 478 SLoC Happy 51 SLoC JavaScript 22 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
~600K SLoC