coreml-rs-fork 0.5.6

CoreML bindings for Rust using swift-bridge to maximize performance
1
2
3
4
5
6
7
8
9
10
11
pub mod mlarray;
pub mod mlbatchmodel;
pub mod mlmodel;

mod swift;

// re-exports
pub use ffi::ComputePlatform;
pub use mlmodel::{CoreMLModelOptions, CoreMLModelWithState};

pub use swift::swift as ffi;