#socks5 #async-read #write #async-write #protocols

socks5-protocol

Provides types that can be read from AsyncRead and write to AsyncWrite

9 releases

0.3.5 Dec 24, 2021
0.3.4 May 17, 2021
0.2.0 May 12, 2021
0.1.1 May 12, 2021

#22 in #async-write

Download history 79/week @ 2024-07-29 1/week @ 2024-08-26 4/week @ 2024-09-23 15/week @ 2024-09-30

61 downloads per month

MIT/Apache

29KB
698 lines

Async tokio protocol

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.


lib.rs:

Async tokio protocol

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.

Dependencies

~2.4–8.5MB
~67K SLoC