arti/crates/tor-error
Ian Jackson f84d8777db cargo fmt to remove blank lines
Apparently cargo fmt doesn't like these, which my perl rune didn't
delete.

This commit is precisely the result of `cargo fmt`.
2022-10-12 15:29:04 +01:00
..
src cargo fmt to remove blank lines 2022-10-12 15:29:04 +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