native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
pub(crate) mod bounds;
pub(crate) mod lookup;
pub(crate) mod parser;
pub(crate) mod scanner;

pub use scanner::{validate, Error};