easy-msr-api 0.1.0

This is a library that provides Rust encapsulation for the MSR API, supporting direct API calls as well as optional Swagger UI documentation.
Documentation
1
2
3
4
5
6
7
8
9
//! # 客户端模块
//! 
//! 提供与MSR API交互的客户端实现。
//! 
//! ## 模块结构
//! 
//! - [`remote`] - 远程API客户端实现,提供完整的API调用功能

pub mod remote;