native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
mod format_core;
pub mod header;
pub mod payload_bounds;
mod rnn;

pub use format_core::*;
pub use header::parse_header;
pub(crate) use rnn::*;