Skip to main content

rust_macios/
core_ml.rs

1//! Integrate machine learning models into your app.
2
3mod ml_model;
4pub use ml_model::*;