Skip to content

AI

This section consolidates the most Agent-friendly context in the repository into an operational guide.

Terminal window
xidlc gen --out-dir out rust api.idl
xidlc gen --out-dir out rust-axum api.idl
xidlc gen --out-dir out openapi api.idl
  • Prioritize conclusions supported by the implementation.
  • Cross-verify with xidlc-examples/.
  • Refer to RFCs when transport semantics are unclear.
  • Examine the generator modules directly when target capabilities are unclear.