native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) use super::{
	validate,
	validate_distribution_secure,
	ValidateRequest,
	ValidateResult,
};

#[cfg(feature = "publisher-trust-service")]
pub(crate) use super::validate_distribution_with_service_secure;