summaryrefslogtreecommitdiff
path: root/crates/tor-error/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-16/+5
|
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-041-1/+2
| | | | This can contain a backtrace, which will be printed.
* tor-error: Skeleton for new crateIan Jackson2022-02-041-0/+21
As per doc/Errors.md. Currently there are no error kinds. Some will be added as we go along.