46 releases
new 0.1.53 | Nov 9, 2024 |
---|---|
0.1.49 | Oct 23, 2024 |
0.1.46 | Jul 27, 2024 |
0.1.23 | Mar 30, 2024 |
#2005 in Web programming
651 downloads per month
Used in 3 crates
54KB
1K
SLoC
This crate provides a custom graphical Miette handler for the Pavex project.
The handler is largely based on the miette::handlers::GraphicalHandler
, with
one key difference: we only report the code snippets from the related errors associated
with a report.
We have also done other minor tweaks to the graphical layout to better suit our needs.
This allows us to display snippets that come from different source files, a feature
that doesn't have first-class support in miette
.
In other words, you can see this custom handler as a "hack" to avoid having to
maintain a full fork of miette
.
Dependencies
~6–16MB
~226K SLoC