dizda / fast-socks5

Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
https://anyip.io/
MIT License
340 stars 67 forks source link

Using in embedded scenario #38

Closed abhishekmaha23 closed 9 months ago

abhishekmaha23 commented 9 months ago

Would it be possible to use this library in an embedded setting with no_std? I have a scenario where I'd like to use it in a low-power environment.

dizda commented 9 months ago

Hey @abhishekmaha23 thanks for your interests!

As of today we rely on std lib, unless there's a lot of modification, I think it may require a lot of changes among the source code to make it no_std.

abhishekmaha23 commented 9 months ago

Sounds like an interesting challenge :) Thanks for your prompt response, I'll try to fork and give it a shot! The issue can be closed.

dizda commented 9 months ago

Great, let me know of your progress!