aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/mgr
Commit message (Collapse)AuthorAgeFilesLines
* Improve some documentation linksNick Mathewson2021-10-291-1/+2
| | | | | | | | | Instead of putting a fully qualified name in the text, in most cases we should just use the short name of the type or function we're referring to. In other words, instead of saying [`crate::module::Foo`], we should typically say [`Foo`](crate::module::Foo).
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+197
This will cause some pain for now, but now is really the best time to do this kind of thing.