stable-eyre
This library provides a custom eyre::EyreHandler type for usage with eyre that provides
all the same features as eyre::DefaultHandler except it works on stable by capturing a
backtrace::Backtrace via backtrace-rs.
Setup
Add the following to your toml file:
[]
= "0.2"
Then install the hook handler before constructing any eyre::Report types.
Example
use ;