Hi,
I recently found out about Rust programming language and I think it is absolutely awesome!
It’s insane speed and memory and thread safety makes it very great choice for performance critical scenarios.
-
So, do you plan to rewrite your ASIO SDK from C++ to Rust?
You would probably achieve better stability and probably even better performance. And people, that want to use ASIO from Rust doesn’t need to use some wrapper (that is slightly slowing execution because of FFI), but could directly work with Rust ASIO SDK, which would be perfect -
If you don’t have such plans, do you at least consider to create official Rust wrapper? So ASIO SDK can be used from Rust apps?
Thanks so much for any response and for your great work
Have a nice day!