Docs.rs
shared_error-0.1.0
shared_error 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:facebook:cratesio-publish
meta-cratesio-bot
Dependencies
anyhow ^1.0.75
normal
slog ^2.7
normal
thiserror ^1.0.49
normal
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shared_
error
0.1.0
All Items
Crate Items
Modules
Crate
shared_error
Copy item path
Source
Expand description
Provided SharedError wrapper for cloneable Error.
Modules
§
anyhow
Module containing SharedError that works well with anyhow::Error. Similarly to anyhow, it hiddes the underlyin Error type.
std
Module containing SharedError generic type that doesn’t work well with anyhow, but doesn’t hide the underlying error type.