arti/crates/tor-error/README.md

12 lines
295 B
Markdown
Raw Normal View History

# tor-error
2022-04-23 12:51:44 +01:00
`tor-error` -- Support for error handling in Tor and Arti
2022-03-01 13:30:53 +00:00
Primarily, this crate provides the [`ErrorKind`] enum,
and associated [`HasKind`] trait.
2022-03-01 13:30:53 +00:00
There is also some other miscellany, supporting error handling in
crates higher up the dependency stack.
License: MIT OR Apache-2.0