summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/restriction.rs
Commit message (Collapse)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-1/+1
| | | | | These are mostly about explicitly linking to things that were already in scope.
* Add a comment about future extensions to RestrictionInner.Nick Mathewson2024-03-121-0/+6
|
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-121-8/+10
| | | | Everybody who can, should instead use a RelaySelector.
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-121-0/+516