blob: 838255554aab7e60f80ffddbe7071686610b8f9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# tor-error
`tor-error` -- Support for error handling in Tor and Ari
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
|