google-cloud-rust
google-cloud-rust copied to clipboard
[Policy Bot](https://github.com/googleapis/repo-automation-bots/tree/main/packages/policy#policy-bot) found one or more issues with this repository. - [x] Default branch is 'main' - [x] Branch protection is enabled - [ ] Renovate bot is enabled -...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
This commit changes the auth library to use the rustls feature of reqwest instead of native-tls. This is done because rustls is already included as a dependency of google-cloud-auth anyway....
For time sake I think it will be easier to first review the output of the storage client and then come back and clean up the generator after.
Need to due some performance testing and see if we can reduce the amount of allocations that happening when streaming bytes.
We need to come up with some adapters so we can make use of [reqwest::multipart::Part::stream](https://docs.rs/reqwest/0.11.5/reqwest/multipart/struct.Part.html#method.stream).
Hi, A while ago, we needed a library to talk to spanner and a few other GCP services. We worked with some folk over at GCP to get [a rust...
Hello, There is this excellent project that has just been deprecated: https://github.com/Byron/google-apis-rs/ The background is given in these discussions: * https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/Can.20I.20reclaim.203.20Google.20CLI.20crates.2Cpublished.20by.20someone.20else.3F * https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/On.20Google.20APIs.20and.20Sebastian.20Thiel's.20crates The Rust ecosystem is risking to be...