Skip to content

yoshidan/google-cloud-rust

Repository files navigation

google-cloud-rust

Rust packages for Google Cloud Platform services.
Providing a high level API for gRPC API like Google Cloud Go.

CI

Announcement

2025.02.06:

Since the development of google cloud rust by Google seems to have resumed, We have decided to donate the google-cloud-* namespace to Google.

Migration from google-cloud-* to gcloud-*

Library users do not need to modify existing code. Use package option at [dependency] in Cargo.toml

google-cloud-spanner = { package="gcloud-spanner", version="1.0.0" }

Component

Example

License

This project is licensed under the MIT license.

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.