summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/weight.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mr/71'Nick Mathewson2021-09-081-0/+1
|\
| * fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
| |
* | Add validation function to WeightSetNick Mathewson2021-09-081-1/+18
|/ | | | | Our relay selection code can give wrong answers if we overflow u64::MAX, so let's make sure we never do that.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+625
This will cause some pain for now, but now is really the best time to do this kind of thing.