Crates.io | socks5-protocol |
lib.rs | socks5-protocol |
version | 0.3.5 |
source | src |
created_at | 2021-05-12 17:13:16.382149 |
updated_at | 2021-12-24 12:43:59.557303 |
description | Provides types that can be read from `AsyncRead` and write to `AsyncWrite`. |
homepage | |
repository | |
max_upload_size | |
id | 396587 |
size | 28,932 |
socks5-protocol
provides types that can be read from AsyncRead
and write to AsyncWrite
.
You can create socks5 server or socks5 client using this library.