-
Hi all, Thank you for the great work, it's exciting to see Rust gaining traction in the GCP ecosystem. Is there a current list of services with available libraries? If not, is there a recommended way to check what's presently supported? I'm particularly interested in Firestore and PubSub. From what I can tell, Firestore seems to have only an Admin crate, and PubSub support may still be pending. Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
At the moment it is easier to list what services are not implemented (yet):
We are also missing streaming RPCs in some services. I was able to create a list using:
|
Beta Was this translation helpful? Give feedback.
At the moment it is easier to list what services are not implemented (yet):
We are also missing streaming RPCs in some services. I was able to create a list using: