3 unstable releases
0.2.1 | May 18, 2023 |
---|---|
0.2.0 | Jun 4, 2021 |
0.1.0 | Jan 15, 2021 |
#2057 in Rust patterns
761 downloads per month
Used in 31 crates
(12 directly)
9KB
96 lines
The tectonic_errors
create
This crate is part of the Tectonic project. It provides a basic boxed error type and utilities.
This implementation forked from Cranko.
lib.rs
:
Generic error handling for Tectonic.
This crate provides a generic boxed error type, plus supporting utilities. In particular:
- The basic
Error
type is ananyhow
1.x boxed Error - The
atry!
macro allows simple structured annotations to be added to?
operations - The
a_ok_or!
macro allows for annotations toOption::ok_or_else
calls.
Dependencies
~135KB