rust-macios 0.4.2

Apple Frameworks for Rust
Documentation
1
2
3
4
//! Integrate machine learning models into your app.

mod ml_model;
pub use ml_model::*;