Limit Orderbook written in Rust. Only supports limit orders. Price time priority. In an orderbook with 1 million orders, can match a single order in about 10 microseconds.
For more info, look at my blog post here: Porting a Python Limit Orderbook to Rust