google-cloud-rust

Crates.iogoogle-cloud-rust
lib.rsgoogle-cloud-rust
version0.15.0
sourcesrc
created_at2021-08-26 21:17:31.797379
updated_at2023-07-12 17:48:31.258002
descriptionA set of client libraries to interact with various Google Cloud Platform services
homepage
repositoryhttps://github.com/mozilla-services/mozilla-rust-sdk/
max_upload_size
id442749
size27,128
Philip Jenvey (pjenvey)

documentation

README

Google Cloud Rust Client

This repository contains Rust client libraries to interact with various Google Cloud Platform services.

Disclaimers

Currently in production:

Cloud Spanner (Horizontally scalable relational database)

Auto-generated:

Cloud BigTable (Petabyte-scale, low-latency, NoSQL non-relational database)

Cloud Pub/Sub (Messaging and ingestion for event-driven systems and streaming analytics)

Cloud Storage (Multi-class, multi-region, RESTful object storeage)

NOTE: These generated clients are under development and should be considered experimental!

This library is currently locked to grpcio 0.12.0 and protobuf 2.28.0. This is due to an internal dependency of grpcio. Be sure that you match these library versions in your library or application.

Usage

Rust bindings for Google APIs

See googleapis-raw for raw bindings based on grpcio.

See googleapis for high-level bindings (not ready for use yet).

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Apache 2.0 - See LICENSE for more information.

Disclaimer

This is not an officially supported Google product, but was initially created via an agreement between Mozilla, Google Cloud, Ferrous Systems, and IGNW.

Thank you

Commit count: 96

cargo fmt