miette/src
David Calavera c7144ee513
feat(fancy): Add option to change the link display text (#335)
This option allows to globally change the default `(link)` display text with any other text provider by users.
2024-02-04 16:54:18 -08:00
..
eyreish feat(deps): remove once_cell dep in favor of `std::sync::OnceLock` 2024-02-03 19:50:33 -08:00
handlers feat(fancy): Add option to change the link display text (#335) 2024-02-04 16:54:18 -08:00
highlighters fix(highlighter): ugh, missed another spot 2024-02-03 20:25:23 -08:00
chain.rs fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
diagnostic_chain.rs feat(diagnostic_source): add protocol method for Diagnostic-aware source chaining (#165) 2022-05-05 08:32:37 -07:00
error.rs feat(derive): Make `miette-derive` be able to be turned off (#304) 2023-11-09 13:22:47 -08:00
handler.rs fix(graphical): oops. Fix theme issue 2024-02-03 20:12:46 -08:00
lib.rs feat(MSRV): Actually bump the MSRV to 1.70.0 2024-02-03 19:59:57 -08:00
macro_helpers.rs feat(label): use macro magic instead of optional flag for optional labels 2022-04-17 22:43:01 -07:00
miette_diagnostic.rs feat(labels): Add support for primary label in specifying line/col information (#291) 2023-09-20 15:36:33 -07:00
named_source.rs feat(highlighting): add syntax highlighting support with syntect crate (#313) 2024-02-03 19:47:46 -08:00
panic.rs feat(panic): improved backtrace handling 2023-03-31 17:08:20 -07:00
protocol.rs fix(fmt): remove nightly-only fmt flags 2024-02-03 20:14:01 -08:00
source_impls.rs misc(perf): nit perf improvements (#244) 2023-03-29 20:21:40 -07:00