arti/crates/tor-error
Ian Jackson f2a08a15cd tor-error: Tidy up use of thiserror::Error
1. Import it, as we do elsewhere, and use that import.
2. Use thiserror to generate the Display impl, rather than
   derive_more, as we do for errors elsewhere.

(tor_error still needs derive_more::Display for ErrorKind.)
2022-10-24 19:38:46 +01:00
..
src tor-error: Tidy up use of thiserror::Error 2022-10-24 19:38:46 +01:00
Cargo.toml Bump crates that have had no API changes. 2022-10-03 09:47:09 -04:00
README.md Fix grammar and typos 2022-04-27 13:52:13 +01:00
semver.md tor-error: make HasRetryTime object-safe 2022-10-21 16:08:48 +01:00

README.md

tor-error

tor-error -- Support for error handling in Tor and Arti

Primarily, this crate provides the [ErrorKind] enum, and associated [HasKind] trait.

There is also some other miscellany, supporting error handling in crates higher up the dependency stack.

License: MIT OR Apache-2.0