Registry / networking / arti-client

arti-client

JSON →
library0.41.0rscratesunverified

Library for connecting to the Tor network as an anonymous client, providing privacy-preserving networking.

# Cargo.toml [dependencies] arti-client = "0.41.0"
INSTALL
IMPORT
SIG · ARTI-CLIENT
A
arti-client
networkingrustv0.41.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TorClient
use arti_client::TorClient;

Create a Tor client and connect to the network

use arti_client::TorClient; #[tokio::main] async fn main() { let client = TorClient::create().await.unwrap(); println!("Connected to Tor network"); }
Debug
Known issues
gotchaRequires an async runtime like Tokio.
fix
Add tokio as a dependency and use #[tokio::main] or another async runtime.
affects: >=0.1.0
Upgrade
Version history
0.41.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
Meta
2
OpenAI (training)
1
Resources
arti-client — cargo add arti-client · libregistry