error-stack 0.7.0

A context-aware error-handling library that supports arbitrary attached user data
Documentation
---
source: libs/error-stack/tests/test_serialize.rs
expression: report
---
[
  {
    "context": "context A",
    "attachments": [],
    "sources": [
      {
        "context": "root error",
        "attachments": [
          "printable A",
        ],
        "sources": [],
      },
    ],
  },
]