bupropion 0.0.17

Fancy error handler implementation for Miette
Documentation

Bupropion

Fancy diagnostics for Miette:

fn main() {
  bupropion::BupropionHandlerOpts::install(|| {
        // Build the bupropion handler options, for specific
        // error presenting.
        bupropion::BupropionHandlerOpts::new()
    })
    .into_diagnostic()?;
}

The image for an error can be:

image