#incremental #parser #asena

bupropion

Fancy error handler implementation for Miette

20 releases

0.0.20 Oct 3, 2024
0.0.19 Oct 3, 2024
0.0.18 Sep 17, 2023
0.0.12 Aug 26, 2023

#1704 in Parser implementations

Download history 21/week @ 2024-08-23 76/week @ 2024-08-30 37/week @ 2024-09-06 34/week @ 2024-09-13 53/week @ 2024-09-20 335/week @ 2024-09-27 127/week @ 2024-10-04 56/week @ 2024-10-11 29/week @ 2024-10-18 21/week @ 2024-10-25 47/week @ 2024-11-01 19/week @ 2024-11-08 4/week @ 2024-11-15 31/week @ 2024-11-22 31/week @ 2024-11-29 44/week @ 2024-12-06

110 downloads per month
Used in rinha

MIT license

60KB
1.5K SLoC

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

Dependencies

~7–16MB
~242K SLoC