Expand description
Shared utilities for cloud-lite provider crates.
Provides retry configuration, rate limiting, and serde helpers that are provider-agnostic and reusable across cloud providers.
Modulesยง
- rate_
limit - Rate limiting configuration and runtime for API requests.
- retry
- Retry and backoff configuration for HTTP requests.
- serde_
base64 - Base64 serde helpers for
format: "byte"fields.