cloud-lite-core-rs 0.1.1

Shared utilities for cloud-lite provider crates
Documentation
1
2
3
4
5
6
7
8
//! Shared utilities for cloud-lite provider crates.
//!
//! Provides retry configuration, rate limiting, and serde helpers
//! that are provider-agnostic and reusable across cloud providers.

pub mod rate_limit;
pub mod retry;
pub mod serde_base64;