Crate byteor_abi

Crate byteor_abi 

Source
Expand description

ByteOr ABI surface (v1).

This crate holds versioned repr(C) layouts and constants shared across processes. Layouts are designed to be compatible with spec/byteor_v1.h.

Re-exports§

pub use header::caps::BYTEOR_CAP_SUPPORTS_EVENTS_CHAIN;
pub use header::caps::BYTEOR_CAP_SUPPORTS_EVENTS_CHAIN_MPSC;
pub use header::caps::BYTEOR_CAP_SUPPORTS_SEQUENCED_SLOTS;
pub use header::flags::BYTEOR_REGION_KIND_EVENTS_CHAIN;
pub use header::flags::BYTEOR_REGION_KIND_SEQUENCED_SLOTS;
pub use header::caps;
pub use header::flags;

Modules§

header
ByteOr-owned ABI header constants.
layouts
#[repr(C)] ByteOr ABI layouts.