tectonic/crates/errors
rm-dr d76af16f13
Normalize quotes in comments
2024-02-13 18:24:45 -08:00
..
src Normalize quotes in comments 2024-02-13 18:24:45 -08:00
CHANGELOG.md crates/errors: add a low-level error-type crate 2021-01-05 09:09:38 -05:00
Cargo.toml crates/errors: add a low-level error-type crate 2021-01-05 09:09:38 -05:00
README.md crates/errors: add a low-level error-type crate 2021-01-05 09:09:38 -05:00

README.md

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.