This repository was 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
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