33 releases (21 breaking)
new 0.22.0 | Feb 18, 2025 |
---|---|
0.21.0 | Nov 26, 2024 |
0.20.1 | Sep 22, 2024 |
0.20.0 | Jul 12, 2024 |
0.1.0 | Nov 28, 2021 |
#1398 in Network programming
4,153 downloads per month
Used in 114 crates
(110 directly)
450KB
7.5K
SLoC
Google Cloud Client Libraries for Rust - Long Running Operations API
WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.
Defines types and an abstract service to handle long-running operations.
Long-running operations are a common pattern to handle methods that may take a
significant amount of time to execute. Many Google APIs return an Operation
message (defined in this crate) that are roughly analogous to a future. The
operation will eventually complete, though it may still return an error on
completion. The client libraries provide helpers to simplify polling of these
operations.
This crate used to contain a different implementation, with a different surface. @yoshidan generously donated the crate name to Google. Their crate continues to live as gcloud-longrunning.
Quickstart
The main types to work with this crate are the clients:
More Information
- Read the crate's documentation
Dependencies
~19–32MB
~555K SLoC