Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoshidan/google-cloud-rust

Google Cloud Client Libraries for Rust.
https://github.com/yoshidan/google-cloud-rust

bigquery gcp gcs google-cloud-platform pubsub rust spanner

Last synced: 6 days ago
JSON representation

Google Cloud Client Libraries for Rust.

Awesome Lists containing this project

README

        

# google-cloud-rust
Rust packages for [Google Cloud Platform](https://cloud.google.com/) services.
Providing a high level API for gRPC API like [Google Cloud Go](https://github.com/googleapis/google-cloud-go).

![CI](https://github.com/yoshidan/google-cloud-rust/workflows/CI/badge.svg?branch=main)

## Component

* [google-cloud-spanner](./spanner)
* [google-cloud-pubsub](./pubsub)
* [google-cloud-storage](./storage)
* [google-cloud-bigquery](./bigquery)
* [google-cloud-artifact-registry](./artifact-registry)
* [google-cloud-kms](./kms)

## Example
* [google-cloud-rust-example](https://github.com/yoshidan/google-cloud-rust-example)

## License
This project is licensed under the [MIT license](./LICENCE).

## Contributing
Contributions are welcome.
1. Fork this repository.
2. Make changes, commit to your fork.
3. Send a pull request with your changes.
4. Confirm the success of CI.