Onboarding golden path¶
A curated front door for the workspace, so assembling a first application is a guided path rather than an archaeology problem.
Motivation. The workspace ships 41 library crates (plus Scope. A runnable, hardware-free golden-path example
( Non-goals. A |
The workspace shall provide a runnable example that drives two connectors (MQTT ingress and Zenoh egress) on a single executor with no external broker, router, or fieldbus hardware, exiting with a deterministic summary of frames ingested, bridged, and egressed. |
The golden-path example shall move payloads across both connectors
through the same |
The top-level README shall carry a “Start here” section that names the canonical application crate stack and links the golden-path example as the entry point, positioned ahead of the by-layer crate tables. |
The golden-path example shall ship its own README documenting the crate stack it assembles and walking the wiring in code order. |
EtherCAT documentation shall present the ESI + netcfg build-time codegen toolchain as the default integration path and frame manual PDI bit-slice routing as the escape hatch, without altering the manual routing API. |
The executor’s near-synonym public type pairs
( |
The executor’s post-item control-flow enum shall not reuse the name
|
Published executor and logging crates shall not carry
|