Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 265 Bytes

Matching Engine

A matching engine implementation in Rust

The matching engine is a central part of a trading system it contains the logic to match the orders from the buyers side and the selling side

To build the project

cargo build

To run tests

cargo test