Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Feedback wanted: Rust port of my Node.js order book
Hi all,
I just published a Rust crate called rust-order-book
, which is a port of one of my Node.js projects nodejs-order-book. I built it mainly to learn Rust while implementing a real-world trading engine.
The crate provides a high-performance limit order book with market and limit orders, price-time priority, order modification/cancellation, journaling, and snapshot/replay support. Some features like conditional orders are not yet ported, but will be added over time.
Iād love to get your feedback on:
Repo link: https://github.com/fasenderos/rust-order-book
Thanks in advance!
1 post - 1 participant
š·ļø Rust_feed