native_neural_network_std 0.2.1

Ergonomic std wrapper for the `native_neural_network` crate (no_std) — std-friendly re-exports and utilities.
Documentation
1
2
3
4
5
6
pub mod std;
pub use crate::std::*;

pub mod native {
    pub use native_neural_network::*;
}