AI
This section consolidates the most Agent-friendly context in the repository into an operational guide.
Recommended Resources
Section titled “Recommended Resources”- Install & Quickstart
- xidlc CLI
- Language Basics
- HTTP & REST Basics or JSON-RPC Basics
- RFCs
xidlc-examples/in the repository for runnable examples- Generator sources under
xidlc/src/generate/for target capabilities
Common Commands
Section titled “Common Commands”xidlc gen --out-dir out rust api.idlxidlc gen --out-dir out rust-axum api.idlxidlc gen --out-dir out openapi api.idlKey Advice
Section titled “Key Advice”- 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.