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.

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.

Canonical Published Surfaces

Machine-readable index

Provenance
Need the canonical source?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.