arti/crates/tor-error/README.md

16 lines
365 B
Markdown

# 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