Module arti_client::client

source ·
Expand description

A general interface for Tor client usage.

To construct a client, run the TorClient::create_bootstrapped method. Once the client is bootstrapped, you can make anonymous connections (“streams”) over the Tor network using TorClient::connect.

Structs§

  • Preferences for how to route a stream over the Tor network.
  • An active client session on the Tor network.

Enums§

Functions§