actix-socks-0.1.0 doesn't have any documentation.
Actix SOCKS
SOCKSv5 support for actix-client.
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Example: using a TOR proxy to connect to a hidden service
let client = new
.connector
.finish;
let res = client
.get
.send
.await
.unwrap;
println!;