summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+9
| | | | | | | | | | Nothing in arti currently uses this document type. Eventually it will be useful for relays and for bridge clients. I've left the "SHA1 digest of a router descriptor" type available unconditinoally, however, since it does get used in a few places. Part of #125.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+35
This will cause some pain for now, but now is really the best time to do this kind of thing.