arti/crates/tor-error
Nick Mathewson 7f923b9dfe Rename LocalLoginFailed to ExternalToolFailed. 2022-11-29 10:32:59 -05:00
..
src Rename LocalLoginFailed to ExternalToolFailed. 2022-11-29 10:32:59 -05:00
Cargo.toml bump rust-version to 1.60 in every crate. 2022-11-10 10:57:33 -05: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