Expand description
Minimal Hyperliquid backtesting toolkit.
This crate provides just enough building blocks to run lightweight experiments
in unit tests: a [Position] type, simple order requests, a [FundingPayment]
structure and a very small [RiskManager]. The implementation intentionally
avoids external dependencies or complex behaviours so the library can compile
quickly and remain easy to understand.
Modulesยง
- backtest
 - optimization
 - prelude
 - Convenient re-export of the most common items used when writing examples or tests.
 - risk_
manager  - unified_
data