mubit-sdk 0.7.0

Umbrella Rust SDK for Mubit core/control planes
Documentation
1
2
3
4
5
//! Transport layer for the Mubit SDK.
//!
//! Handles gRPC and HTTP transport with auto-fallback.
//! The TransportEngine is currently defined in lib.rs — this module
//! establishes the target structure for the restructured SDK.