ABI and Headers

ByteOr OSS exposes a C-compatible ABI surface through generated headers. The byteor-abi crate owns the repr(C) layout discipline and header generation.

Header Bundles

ByteOr ABI header
Generated header bundle for the ByteOr OSS ABI surface.
IndexBus ABI header
Generated header bundle for the IndexBus shared-memory transport ABI.

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 OSS repo policy and generated bundles

Canonical Docs Surface

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