Crate tokio_socks
source ·Modules§
- Asynchronous I/O abstractions for sockets.
Structs§
Enums§
- Error type of
tokio-socks
- A SOCKS connection target.
Traits§
- A trait for objects that can be converted to
TargetAddr
. - A trait for objects which can be converted or resolved to one or more
SocketAddr
values, which are going to be connected as the the proxy server.