Crates.io | socksv5 |
lib.rs | socksv5 |
version | 0.3.1 |
source | src |
created_at | 2020-05-24 15:11:27.915646 |
updated_at | 2022-12-08 09:10:37.386633 |
description | SOCKS v4a and v5 basic building blocks to build your own async SOCKS application |
homepage | |
repository | https://github.com/alexkirsz/socksv5 |
max_upload_size | |
id | 245251 |
size | 38,521 |
SOCKS v4a and v5 basic building blocks to build your own async SOCKS application. See examples/proxy for an example use case.
This library supports futures 0.3 async traits by default.
Tokio 1 async traits support can be enabled with the tokio
feature. In that case, set default-features = false
to avoid pulling in
the futures
crate.