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
---
source: libs/error-stack/tests/test_serialize.rs
expression: report
---
[
  {
    "context": "root error",
    "attachments": [
      "printable A",
    ],
    "sources": [],
  },
]