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 fields
 --> tests/compile_fail/tuple_struct_error.rs:4:8
  |
4 | struct AppError(String);
  |        ^^^^^^^^