arti/crates/tor-error
Ian Jackson 9705ef3fea Merge branch 'bridge-parse' into 'main'
Parse (and format) bridge lines

See merge request tpo/core/arti!745
2022-10-03 20:13:02 +00:00
..
src Merge branch 'bridge-parse' into 'main' 2022-10-03 20:13:02 +00: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