xybrid-core 0.1.0

Core runtime for hybrid cloud-edge AI inference: model execution, pipeline orchestration, and routing primitives.
Documentation
1
2
3
4
5
6
7
8
9
//! CoreML Runtime backend module.
//!
//! This module provides CoreML inference for iOS and macOS platforms.
//! Currently a stub implementation - real CoreML integration planned for future versions.

mod adapter;

// Re-exports
pub use adapter::CoreMLRuntimeAdapter;