aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src/builder.rs
Commit message (Collapse)AuthorAgeFilesLines
* Documentation suggestion from review.Ian Jackson2022-02-231-1/+1
|
* Make a TorClientBuilder API.Nick Mathewson2022-02-181-0/+78
This is a defensive API choice to protect against the possibility that we'll want to add a bunch of other non-config options in the future. Closes #350