matchcore 0.4.0

A high-performance order book and price-time matching engine implemented as a single-threaded, deterministic, in-memory state machine
Documentation
1
2
3
4
5
//! Utility functions for the matchcore library

mod format;

pub(crate) use format::*;