native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod arena_usage;
mod scratch_core;
mod typed_alloc;

pub use arena_usage::*;
pub use scratch_core::*;
pub use typed_alloc::*;