Decision Workspace
obmrs vs matchcore vs rust-order-book
Side-by-side comparison of Rust crates
41
obmrs
growingv0.1.2
As a participant, you will create a structure to receive and hold the exchange-distributed order book. This structure will be called the OrderBoard, and will hold the order book's bids and asks as a price-sorted map, input and output. It will store aggregates against prices, not individual orders against prices.
53
matchcore
experimentalv0.3.1
A high-performance order book and price-time matching engine implemented as a single-threaded, deterministic, in-memory state machine
43
rust-order-book
experimentalv0.0.2
A Rust Lmit Order Book for high-frequency trading (HFT).
Core Metrics
| obmrs | matchcore | rust-order-book | |
|---|---|---|---|
| Health Score | 41 | 53 | 43 |
| Total Downloads | 2.9K | 93 | 651 |
| 30d Downloads | 6 | 93 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 8 | 2 |
| Last Updated | 536d ago | 1d ago | 210d ago |
| Age | 1y 5m | 11d | 7m |
Health Breakdown
obmrs
Maintenance
6
Quality
15
Community
3
Popularity
4
Documentation
13
matchcore
Maintenance
17
Quality
15
Community
6
Popularity
2
Documentation
13
rust-order-book
Maintenance
9
Quality
12
Community
6
Popularity
3
Documentation
13
Technical Details
| obmrs | matchcore | rust-order-book | |
|---|---|---|---|
| Version | 0.1.2 | 0.3.1 | 0.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 5 | 10 |
| Crate Size | 7KB | 81KB | 36KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •matchcore leads with a health score of 53/100, but none of the options score above 80.
- •obmrs has the most downloads (2.9K), suggesting wider adoption.
- •⚠ obmrs has not been updated in over a year.