anystack 0.6.0-alpha.3

Flexible and comprehensive error handling.
Documentation
1
2
3
4
5
6
7
8
<b>could not parse &quot;./path/to/config.file&quot;</b>
├╴at <i>src/report.rs:59:14</i>
│
├─▶ <b>config file is invalid</b>
│   ╰╴at <i>src/report.rs:51:44</i>
│
╰─▶ <b>No such file or directory (os error 2)</b>
    ╰╴at <i>src/report.rs:51:44</i>