eros 0.2.0-rc.2

Context aware, ergonomic and precise error handling.
Documentation
1
2
3
4
5
- Added the `traced` feature flag
- Can call `context`/`with_context` directly on an error (no need for `traced_dyn` here)
- Rename `inflate`/`deflate` to `widen`/`narrow`
- `TracedError` no longer implements `std::error::Error` but `&TracedError` does
- No longer possible to accidentally nest `TracedError`'s