Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 428 Bytes

Bupropion

Fancy diagnostics for Miette:

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

The image for an error can be:

image