arti 2.0.0

A rust implementation of the Tor privacy tools.
Documentation
1
2
3
4
5
6
7
8
9
10
BREAKING: All items except for main() are now private by default,
  and only available when the `experimental-api` feature is enabled.
BREAKING: The deprecated features `memquota` and `dialoguer`
  (which did nothing) are now removed.
BREAKING: The aliases `signal-hook` and `signal-hook-async-std`
  (deprecated aliases for async-signal) are now removed.
BREAKING(CONFIG!!): Removed the deprecated 'proxy.socks_port' option,
  which has been superseded by `proxy.socks_listen` for several years.
BREAKING(CONFIG!!): Removed the deprecated 'proxy.dns_port' option,
  which has been superseded by `proxy.dns_listen` for several years.