summaryrefslogtreecommitdiff
path: root/crates/tor-error/README.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
|
* 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.