Commit Graph

4 Commits

Author SHA1 Message Date
Michael Pfaff ae7281abac
Adjust formatting 2023-07-03 18:44:28 -04:00
Michael Pfaff 71385c9e19
Support nested details, add with_backtrace method to IntoContext, impl IntoContext for Detail 2023-07-02 12:07:00 -04:00
Michael Pfaff 9950d96522
Improved output and API
- New and improved output format
- Adjusted context API to go along with it
- Nicer output for termination
- Better example
- Better handling of backtraces
- Removed a silly field that is never used
- `How::location` now returns the actual location instead of the context
  element
- `Location::caller` is now additionally captured for every call to
  `How::context`
- Added a feature that implements `Clone` for `How` (by deferring to the
  existing `clone_without_backtrace` method)
2023-06-29 00:00:42 -04:00
Michael Pfaff a3058961f8
Seems good 2022-07-21 20:40:44 -04:00