New
v0.5.2
Added
- make it so all
Sectiontrait methods can be called onReportin addition to the already supported usage onResult<T, E: Into<Report>> - add panic_section to
HookBuilderto add custom sections to panic reports - add display_env_section to
HookBuilderto disable the output indicating what environment variables can be set to manipulate the error reports
Changed
- switched from ansi_term to owo-colors for colorizing output, allowing for better compatibility with the Display trait