Docs.rs
err_tools-0.2.1
err_tools 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
storyfeet
Dependencies
anyhow ^1.0.31
normal
thiserror ^1.0.20
normal
Versions
23.4%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Skip to main content
Crate err_tools
err_
tools
0.2.1
All Items
Crate Items
Modules
Macros
Structs
Traits
Functions
Crate
err_
tools
Copy item path
Source
Modules
§
macros
traceable
Macros
§
e_
format
Create an anyhow::Err using format args
err_at
Create a traceable result, ready to return as error from function
err_
at_
map
Applies a location to the given Error
err_
at_
res
err_
wrap
Structs
§
SError
SWrap
SgError
SgWrap
Traits
§
OpError
This trait applies to any Option and allows easy handling error cases.
ResError
Functions
§
e_str
Create an anyhow result from a static str Userful for quick comparisons
e_
string
Create an anyhow result from a String Userful for putting info in the string