mubit-sdk 0.7.0

Umbrella Rust SDK for Mubit core/control planes
Documentation
1
2
3
4
5
6
7
8
9
//! Client configuration types.
//!
//! Re-exports from the main library module. This file establishes the
//! module structure for the SDK restructuring — config types will be
//! physically moved here in a follow-up refactor.

// Configuration types are currently defined in lib.rs.
// This module is a placeholder for the restructured layout.
// Usage: `use mubit_sdk::config::ClientConfig`