arti/crates/tor-error
Nick Mathewson 414763b6e2 RetryTime: Improve documentation.
For each case, describe its semantics (in addition to when you would
create it).

Explain the relationship between After and At.

Stop saying "Strategy": we renamed this type to "RetryTime".
2022-04-04 11:22:40 -04:00
..
src RetryTime: Improve documentation. 2022-04-04 11:22:40 -04:00
Cargo.toml RetryTime: use strum::EnumDiscriminants to simplify loose_cmp. 2022-04-04 11:15:18 -04:00
README.md Update README.md files from rustdoc. 2022-03-01 08:30:53 -05:00

README.md

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