Docs.rs
easy-msr-api-0.1.3
easy-msr-api 0.1.3
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
lingdiansr
Dependencies
anyhow ^1.0.99
normal
axum ^0.8.4
normal
dotenvy ^0.15.7
normal
reqwest ^0.12.23
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
utoipa ^5.4.0
normal
utoipa-swagger-ui ^9.0.2
normal
optional
mockito ^1.6.1
dev
tokio ^1.47.1
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module remote
easy_
msr_
api
0.1.3
Module remote
Sections
远程API客户端
Module Items
Structs
In easy_
msr_
api::
client
easy_msr_api
::
client
Module
remote
Copy item path
Source
Expand description
§
远程API客户端
提供与MSR API进行HTTP通信的客户端实现。
该模块包含
RemoteApiClient
结构体,它封装了HTTP客户端并提供了 所有MSR API的调用方法。
Structs
§
Remote
ApiClient
远程API客户端