mubit-sdk 0.7.0

Umbrella Rust SDK for Mubit core/control planes
Documentation
1
2
3
4
5
6
7
//! Error types for the Mubit SDK.
//!
//! Re-exports from the main library module. This file establishes the
//! module structure for the SDK restructuring.

// Error types are currently defined in lib.rs.
// Usage: `use mubit_sdk::error::SdkError`