arti/crates/tor-error
Ian Jackson 82ad9eea5f Allow "clippy::single_char_pattern" in tests.
This lint exists for perf reasons, and this is rarely relevant in
tests.

Using double quoted str is generally cognitively less burdensome.
2022-10-12 13:50:29 +01:00
..
src Allow "clippy::single_char_pattern" in tests. 2022-10-12 13:50:29 +01:00
Cargo.toml Bump crates that have had no API changes. 2022-10-03 09:47:09 -04:00
README.md Fix grammar and typos 2022-04-27 13:52:13 +01:00
semver.md New ErrorKind::LocalProtocolFailed. 2022-09-27 12:30:20 -04:00

README.md

tor-error

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.

License: MIT OR Apache-2.0