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.
Linked canonical reference
The header bundles and layout contracts are generated artifacts owned by the OSS repo. Use the central ABI and Headers index when you need the cross-repo view.
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