Replies: 1 comment
-
Hi @kingmo888 Thanks for your interest in the project. So you'll find all Rust source code in the So the way the Rust libraries are used is The Rust libraries currently provide some core value objects, some of the domain model, core components such as clocks, timers and loggers. There's an order book which will be integrated soon, and also some data loading capability for parquet (integration almost done). https://docs.nautilustrader.io/user_guide/architecture.html#code-structure |
Beta Was this translation helpful? Give feedback.
-
Where is Rust used in the project?
Recently, I was looking for a transaction framework written with Rust, and finally found Nautilus trader,
To this end, envs is specially used to create a py310 environment to install nautilus trader,
At the same time, I used cargo build -- release to compile nautilus_ Core, the dll file generated through query, has not been used in the whole computer.
I checked all the documents and found no relevant parts of Rust.
So I have a question. In what way does Rust participate in the project?
Beta Was this translation helpful? Give feedback.
All reactions