Why Rust
#115
Replies: 1 comment
-
Implementing backtesting in C++ is not much different from Rust, but implementing a connector to a crypto exchange based on a web API is more challenging. In Rust, I can utilize excellent libraries, especially for async web APIs, to implement a live bot. Additionally, Rust aligns more with my personal interests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Why choose Rust over Cython, C++, or other languages in this project?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions