Skip to content

Change sane_defaults() and with_directories()

Nick Mathewson requested to merge nickm/arti:simplify_config_helpers into main

The sane_defaults() call is now the same as you get from a default builder: by convention, we just call that method Default::default().

The with_directories() constructor makes more sense as a constructor for the TorClientConfigBuilder than for TorClientConfig.

Merge request reports