aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/docid.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-dirmgr: put routerdesc storage behind a feature.Nick Mathewson2021-11-121-18/+38
| | | | | | | (We keep routerdescs in the schema, since we don't want _that_ to fragment.) Part of #125.
* tor-dirmgr: tests for docid module.Nick Mathewson2021-11-041-1/+156
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+214
This will cause some pain for now, but now is really the best time to do this kind of thing.