rustrade
The facade crate of the rustrade trading bot framework.
This is the crate downstream services should depend on — it re-exports the
core types, the supervisor, and the risk primitives, and adds the
Bot builder that wires them together into a single
embedded runtime.
Quickstart
use Arc;
use ;
async
Status
Phase 2a — minimum viable facade. Bot, BotConfig,
BotHandle, BotHealth, logging::init_tracing, and one wired
ExecutionService that routes market-data events to brains. Risk gating,
fill routing, candle polling, and pluggable metrics land in Phase 2b/2c —
see the workspace TODO.md.
Licence
MIT.