aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdir: Split testnet errors into a new typeNick Mathewson2022-02-151-7/+0
| | | | | There's no reason to have the test-network-construction code share an error enum with the main netdir code.
* tor-netdir: remove unused error variantsNick Mathewson2022-02-151-19/+0
| | | | | This turns out to have been most of them, which simplifies matters a lot.
* netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-141-0/+4
| | | | | Every other case of tor_netdoc::Error means a parse failure. This one, though, means a failure to construct a document.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+34
This will cause some pain for now, but now is really the best time to do this kind of thing.