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

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

#17 in #socks5

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.5–4MB
~67K SLoC