3 unstable releases

0.2.1 May 18, 2023
0.2.0 Jun 4, 2021
0.1.0 Jan 15, 2021

#2049 in Rust patterns

Download history 157/week @ 2024-10-07 192/week @ 2024-10-14 170/week @ 2024-10-21 177/week @ 2024-10-28 192/week @ 2024-11-04 101/week @ 2024-11-11 141/week @ 2024-11-18 190/week @ 2024-11-25 269/week @ 2024-12-02 237/week @ 2024-12-09 198/week @ 2024-12-16 100/week @ 2024-12-23 82/week @ 2024-12-30 169/week @ 2025-01-06 195/week @ 2025-01-13 234/week @ 2025-01-20

686 downloads per month
Used in 31 crates (12 directly)

MIT license

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 an anyhow 1.x boxed Error
  • The atry! macro allows simple structured annotations to be added to ? operations
  • The a_ok_or! macro allows for annotations to Option::ok_or_else calls.

Dependencies

~135KB