Registry / networking / libtor

libtor

JSON →
library47.13.0+0.4.7.xrscratesunverified

Bundle and run Tor inside your own project.

# Cargo.toml [dependencies] libtor = "47.13.0+0.4.7.x"
INSTALL
IMPORT
SIG · LIBTOR
L
libtor
networkingrustv47.13.0+0.4.7.x
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.

Tor
use libtor::Tor;

Starts a Tor instance embedded in the application.

use libtor::Tor; fn main() { let _tor = Tor::new(); }
Debug
Known issues
gotchaRequires Tor binary to be present or downloaded at runtime.
fix
Ensure the `tor` feature flag is enabled if using bundled Tor.
affects: >=47.13.0
Upgrade
Version history
47.13.0+0.4.7.xlatest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libtor — cargo add libtor · libregistry