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

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 canonical source?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.