miette/src
Paul Colomiets 52e5ec8064
fix(chain): correct `Chain` structure exported (#102)
This fixes all current complier and clippy warnings.
2022-01-07 17:34:39 -08:00
..
eyreish fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
handlers feat(handlers): Add JSON handler (#90) 2021-11-15 08:49:22 -08:00
chain.rs fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
error.rs feat(report): anyhow-ify DiagnosticReport (#35) 2021-09-04 21:22:46 -07:00
handler.rs feat(tabs): Add replace tabs with spaces option (#82) 2021-10-05 21:05:57 -07:00
lib.rs fix(api): put panic handler properly behind a flag 2021-09-22 16:34:21 -07:00
named_source.rs feat(handlers): Update graphical handler to use new label protocol (#66) 2021-09-22 16:34:21 -07:00
panic.rs feat(panic): add backtrace support to panic handler and move set_panic_hook into fancy features 2021-09-22 16:34:21 -07:00
protocol.rs feat(SourceSpan): add impl From<Range> (#78) 2021-10-01 12:02:39 -07:00
source_impls.rs fix(read_span): prevent multilines MietteSpanContents from skipping lines (#81) 2021-10-05 21:05:50 -07:00