google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Add streaming to subscription #59

Open chaaz opened 3 years ago

chaaz commented 3 years ago

I somehow missed the existence of #58 before writing this fork. This change is a less comprehensive and (perhaps) less idiomatic solution than it, but also has lower impact and may be easier to grok; see tests/pubsub addition for example usage.

closes #57