This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: eyre-rs/color-eyre
Releases · eyre-rs/color-eyre
v0.5.7
v0.5.4
v0.5.3
v0.5.2
Added
- make it so all
Section
trait methods can be called onReport
in
addition to the already supported usage onResult<T, E: Into<Report>>
- add panic_section to
HookBuilder
to add custom sections to panic reports - add display_env_section to
HookBuilder
to 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