Crates.io | tardar |
lib.rs | tardar |
version | 0.2.0 |
source | src |
created_at | 2022-07-21 20:06:37.734222 |
updated_at | 2024-11-21 21:50:25.723138 |
description | Extensions for diagnostic error handling with `miette`. |
homepage | |
repository | https://github.com/olson-sean-k/tardar |
max_upload_size | |
id | 629835 |
size | 36,692 |
Tardar is a Rust library that provides extensions for the miette
crate.
Diagnostic Result
s are the primary extension, which pair an output with
accumulated Diagnostic
s for both success and failure (the Ok
and Err
variants).