Development Docs
This section is for contributors, plugin authors, and maintainers.
Read this section when you need to
- understand the crate layout
- trace the path from IDL source to generated output
- add or modify a generator
- build an external plugin
- understand the documentation coverage and remaining maintenance concerns
Recommended reading order
- Architecture
- Plugin Development
- Documentation Audit
- Axum Request Extractor Plan
- Axum Unary Parameter Expansion TODO
Repository map
xidlc/: compiler, CLI, formatters, generatorsxidl-build/: Rust build-script integrationxidl-rust-axum/: HTTP/stream runtime supportxidl-jsonrpc/: JSON-RPC runtime supportxidlc-examples/: runnable examples and schema snapshotsdocs/: published documentation and RFCs