//! Kernel-level intermediate representation.
//!//! Types that bridge `syn`'s AST to the generated `kaio-core` API calls.
//! Internal to the macro crate.
pubmodexpr;pubmodstmt;pubmodtypes;// Re-exports for convenience within the crate.
#[allow(unused_imports)]pubuseexpr::{BinOpKind, KernelExpr, UnaryOpKind};#[allow(unused_imports)]pubusestmt::KernelStmt;pubusetypes::{KernelConfig, KernelParam, KernelSignature, KernelType};