error_snippet
error_snippet
is a simple diagnostic library for Rust. It's made to
get out of the way when all you want is a, some-what nice looking, renderer
for diagnostics.
It let's you define your own error types using attributes, which makes the entire process very quick and maintainable. When rendered to the terminal, it will end up looking something like this:
use ;
use Diagnostic;
MSRV
This crate requires rustc 1.85.0 or later.
License
error_snippet
is released as open-source software under the MIT License.