Docs.rs
error-stack-0.5.0
error-stack 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hashdotai
github:hashintel:error-stack
Dependencies
anyhow >=1.0.73
normal
optional
eyre ^0.6
normal
optional
serde ^1
normal
optional
spin ^0.9
normal
optional
tracing-error ^0.2
normal
optional
ansi-to-html ^0.2.1
dev
expect-test ^1.5.0
dev
futures ^0.3.30
dev
insta ^1.39.0
dev
once_cell ^1.19.0
dev
owo-colors ^4.0.0
dev
regex ^1.10.5
dev
serde ^1.0.204
dev
serde_json ^1.0.120
dev
supports-color ^3.0.0
dev
supports-unicode ^3.0.0
dev
thiserror ^1.0.61
dev
tracing ^0.1.40
dev
tracing-subscriber ^0.3.18
dev
trybuild ^1.0.97
dev
rustc_version ^0.4
build
Versions
94.37%
of the crate is documented
Platform
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
error_
stack
0.5.0
Module iter
Module Items
Structs
In crate error_
stack
error_stack
Module
iter
Copy item path
Source
Expand description
Iterators over
Frame
s.
Structs
ยง
Frames
Iterator over the
Frame
stack of a
Report
.
Frames
Mut
Iterator over the mutable
Frame
stack of a
Report
.
Request
Ref
nightly
Iterator over requested references in the
Frame
stack of a
Report
.
Request
Value
nightly
Iterator over requested values in the
Frame
stack of a
Report
.