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 error
easy_
msr_
api
0.1.3
Module error
Sections
错误处理模块
Module Items
Enums
In crate easy_
msr_
api
easy_msr_api
Module
error
Copy item path
Source
Expand description
§
错误处理模块
定义了项目中使用的错误类型和错误处理机制。
提供了统一的错误类型
AppError
,用于处理各种可能的错误情况, 包括网络请求错误、配置错误、资源未找到等。
Enums
§
AppError
应用程序错误类型