melin-server 0.10.1

Melin exchange server binary
Documentation

Trading-specific server wiring.

Holds the trading adapter for the generic melin-server-runtime pipeline:

  • [exchange_app::ServerApp] — the Application-impl newtype wrapping melin_exchange_core::exchange::Exchange (orphan-rule workaround: the trait lives in melin-app, the engine in melin-exchange-core, so the impl can only attach here).
  • [app_factory::Factory] — AppFactory impl that builds empty / seed-ready exchanges and yields the bulk-seed events the runtime journals on first start.
  • [request_decoder::RequestDecoder] — wire-RequestTradingEvent decoder.
  • [response_encoder::ResponseEncoder] — ExecutionReport / QueryResponse → wire encoder.
  • [event_publisher] — market-data firehose.