6 releases
| 0.17.3 | Jan 12, 2026 |
|---|---|
| 0.17.2 | Jan 12, 2026 |
| 0.16.2 |
|
#6 in #1-x
105 downloads per month
Used in 14 crates
(12 directly)
9KB
94 lines
Generic error handling for Tectonic.
This crate provides a generic boxed error type, plus supporting utilities. In particular:
- The basic
Errortype is ananyhow1.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_elsecalls.
The tectonic_errors crate
[!NOTE] This crate is part of the FerroTeX project, a specialized fork of Tectonic. It is published to crates.io as
jxoesneon-tectonic-errors.
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.
Dependencies
~105KB