// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
//! Host runtime for FFI operators
//!//! This module provides the host-side implementation for FFI operator integration,
//! including type marshalling, memory management, and callback implementations.
pubmodcallbacks;pubmodcontext;