Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does it compare to fast-socks5? #29

Open
jasonbillie2 opened this issue Apr 14, 2020 · 2 comments
Open

How does it compare to fast-socks5? #29

jasonbillie2 opened this issue Apr 14, 2020 · 2 comments

Comments

@jasonbillie2
Copy link

Genuine question: I discovered https://github.com/dizda/fast-socks5, and really liked it.

Can you tell me the differences between these 2 crates?

@ark0f
Copy link
Owner

ark0f commented Apr 14, 2020

async-socks5 uses tokio, fast-socks5 uses async-std

@mokeyish
Copy link

mokeyish commented Mar 8, 2024

@jasonbillie2 I think async-socks5 will be better. fast-socks5 returns the new TcpStream type, while async-socks5 just does the handshake, and then continues to use the original TcpStream, which will have better compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants