We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3758bb commit 0c855c6Copy full SHA for 0c855c6
README.md
@@ -1,6 +1,7 @@
1
**Tardar** is a Rust library that provides extensions for the [`miette`] crate.
2
Diagnostic `Result`s are the primary extension, which pair an output with
3
-accumulated `Diagnostic`s in both the `Ok` and `Err` variants.
+accumulated `Diagnostic`s for both success and failure (the `Ok` and `Err`
4
+variants).
5
6
[](https://github.com/olson-sean-k/tardar)
7
[](https://docs.rs/tardar)
0 commit comments