Docs.rs
easy-err-1.0.2
easy-err 1.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
C-rypto
Dependencies
chrono ^0.4.39
normal
colored ^2.2.0
normal
Versions
85.71%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
easy_
err
1.0.2
All Items
Crate Items
Macros
Enums
Traits
Crate
easy_err
Copy item path
Source
Expand description
一个错误包装器 A error wrapper.
Macros
§
custom
用于产生携带错误位置信息的自定义错误
Enums
§
Error
用于统一错误的枚举
Traits
§
ErrResult
用于方便地将Result<T, Error>当作Error处理