errorstack 0.1.1

A derive-based typed error system with first-class error stack building.
Documentation
1
2
3
4
5
error: ErrorStack derive requires named (struct) variants; found unit variant `Failure`
 --> tests/compile_fail/unit_variant.rs:5:5
  |
5 |     Failure,
  |     ^^^^^^^