1//! FFI Rust bindings for the Android Neural Networks API. 2 3mod neural_networks; 4 5pub use neural_networks::*;