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: about 1 month ago
JSON representation
Google Cloud Client Libraries for Rust.
- Host: GitHub
- URL: https://github.com/yoshidan/google-cloud-rust
- Owner: yoshidan
- License: mit
- Created: 2021-10-11T04:20:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T08:46:52.000Z (2 months ago)
- Last Synced: 2025-05-10T06:41:34.673Z (about 1 month ago)
- Topics: bigquery, gcp, gcs, google-cloud-platform, pubsub, rust, spanner
- Language: Rust
- Homepage:
- Size: 2.41 MB
- Stars: 284
- Watchers: 4
- Forks: 116
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
## Announcement
### 2025.02.06:
Since the development of [google cloud rust by Google](https://github.com/googleapis/google-cloud-rust) 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
* [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.