fix compiler error with certain feature combinations
Unclaimed project
Are you a maintainer of color-eyre? Claim this project to take control of your public changelog and roadmap.
Changelog
Custom hooks for colorful human oriented error reports via panics and the eyre crate
fix compiler error with certain feature combinations
panic_section method to HookBuilder for overriding the printer for
the panic message at the start of panic reportsSection trait methods can be called on Report in
addition to the already supported usage on Result<T, E: Into<Report>>HookBuilder to add custom sections to panic reportsHookBuilder to disable the output indicating what
environment variables can be set to manipulate the error reports-...