orderbook-rs 0.10.0

A high-performance, lock-free price level implementation for limit order books in Rust. This library provides the building blocks for creating efficient trading systems with support for multiple order types and concurrent access patterns.
Documentation
mod book_coverage_tests;
mod book_manager_cross_cancel_tests;
mod clock_determinism_tests;
mod common;
mod engine_seq_monotonic_tests;
mod evict_expired_tests;
#[cfg(feature = "journal")]
mod filejournal_edge_case_tests;
mod implied_volatility_tests;
mod integration_workflow_tests;
mod kill_switch_tests;
mod manager_coverage_tests;
mod market_order_by_amount_tests;
mod mass_cancel_tests;
mod matching_coverage_tests;
mod matching_coverage_tests_extended;
mod modifications_coverage_tests;
mod modify_atomic_tests;
mod operations_coverage_tests;
mod operations_coverage_tests_extended;
mod order_state_tests;
mod private_coverage_tests;
mod reject_reason_tests;
mod replay_config_tests;
mod replay_coverage_tests;
#[cfg(feature = "journal")]
mod replay_determinism;
#[cfg(feature = "special_orders")]
mod repricing_determinism_tests;
mod risk_layer_tests;
mod sequencer_types_tests;
mod snapshot_restore_tests;
mod validation_tests;