Crates.io | tardar |
lib.rs | tardar |
version | 0.1.0 |
source | src |
created_at | 2022-07-21 20:06:37.734222 |
updated_at | 2023-09-12 21:31:38.31464 |
description | Extensions for diagnostic error handling with `miette`. |
homepage | |
repository | https://github.com/olson-sean-k/tardar |
max_upload_size | |
id | 629835 |
size | 10,598 |
Tardar is a Rust library that provides extensions for the miette
crate.
Diagnostic Result
s are the primary extension, which pair an output with
aggregated Diagnostic
s in both the Ok
and Err
variants.