native_neural_network 0.1.6

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
mod metrics_core;
mod running;

pub use metrics_core::*;
pub use running::*;