ABI and Headers
ByteOr and IndexBus expose C-compatible ABI surfaces through generated headers. This page is the public-hub index for those artifacts and the repo-owned reference material around them.
Linked canonical reference
The header bundles and layout contracts are generated and owned by the underlying repos. The central docs site should point to those artifacts and synced repo docs rather than restating layout-level rules by hand.
Header Bundles
Practical Rules
- Generated headers are artifacts, not hand-maintained source files.
- Rust
repr(C)source remains the layout source of truth. - Compatibility decisions belong with the owning repo policies and generated bundles.
- The public hub should direct readers to generated headers, rustdoc, and synced repo docs instead of mirroring field tables.