bitget_sdk 0.1.1

Bitget Exchange API SDK for Rust
Documentation
1
2
3
4
//! 统一错误处理模块
//! 使用 anyhow::Result 并支持错误上下文

pub use anyhow::{Context, Result, anyhow};