eyre-rs / color-eyre

Custom hooks for colorful human oriented error reports via panics and the eyre crate
Other
958 stars 57 forks source link

Example of how to call `color_eyre::install()` multiple times safely. #118

Open ahmed-masud opened 2 years ago

ahmed-masud commented 2 years ago

Feel free to merge. No breaking changes.

ahmed-masud commented 2 years ago

Please let me know what issues you may have with this?

yaahc commented 2 years ago

No issues, I'm sorry, I just haven't had time to review this yet

jaysonsantos commented 1 year ago

@yaahc what do you think of changing install to catch_unwind the result of into_hooks? This way we could release a new version in which no api is broken. If you think it is worth it, I can also send a pr.