[go: up one dir, main page]

Crate cebolla

Crate cebolla 

Source

Re-exports§

pub use arti_client;
pub use tor_cell;
pub use tor_hsservice;

Structs§

Address
IP address for Tor connections
HiddenService
Tor Hidden Service
HttpClient
Tor HTTP client
HttpClientBuilder
Builder for creating an HttpClient.
HttpServer
Re-export of poem::Server An HTTP Server.
Tor
Connection to the Tor network
TorConfig
Used to configure connections to the Tor network, in most cases you will want to bootstrap on startup, but there are cases where you might want to delay bootrstrapping since it does take time.
TorConnection
An incoming Tor connection stream, this is used to accept requests from incoming clients

Enums§

Error

Traits§

DisplayRedacted
A type that can be displayed in a redacted or un-redacted form, but which forces the caller to choose.

Type Aliases§

Result
TorClient
TorClientBuilder