error-stack 0.7.0

A context-aware error-handling library that supports arbitrary attached user data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<b>could not parse &quot;./path/to/config.file&quot;</b>
├╴at <i>libs/error-stack/src/report.rs:59:14</i>
│
├─▶ <b>config file is invalid</b>
│   ╰╴at <i>libs/error-stack/src/report.rs:51:44</i>
│
╰─▶ <b>No such file or directory (os error 2)</b>
    ├╴at <i>libs/error-stack/src/report.rs:51:44</i>
    ╰╴backtrace (1)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

backtrace no. 1
  [redacted]