| Crates.io | rustkernel-orderbook |
| lib.rs | rustkernel-orderbook |
| version | 0.2.0 |
| created_at | 2026-01-14 17:56:56.626213+00 |
| updated_at | 2026-01-19 20:09:25.70313+00 |
| description | RustKernels Orderbook domain kernels |
| homepage | |
| repository | https://github.com/mivertowski/RustKernels |
| max_upload_size | |
| id | 2043347 |
| size | 111,176 |
GPU-accelerated order book matching for high-frequency trading.
Add to your Cargo.toml:
[dependencies]
rustkernel-orderbook = "0.1.0"
use rustkernel_orderbook::prelude::*;
// Create an order matching engine
let engine = OrderMatchingEngine::new();
// Process orders
let matches = engine.process(&orders);
Apache-2.0