arti/crates/tor-error
Ian Jackson 307af3714f tor-error: Document cargo feature 2023-03-31 17:56:32 +01:00
..
src tor-error: Errors for hidden services 2023-03-31 17:53:40 +01:00
Cargo.toml Bump the patch version of every crate that had API additions 2023-02-01 10:36:29 -05:00
README.md tor-error: Document cargo feature 2023-03-31 17:56:32 +01:00

README.md

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.

Features

backtrace -- Enable backtraces in internal errors. (On by default.)

License: MIT OR Apache-2.0