native_neural_network_std 0.2.0

Ergonomic std wrapper for the `native_neural_network` crate (no_std) — std-friendly re-exports and utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "native_neural_network"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b172d742e6e57b9932f839dd0e29f06e91d174a773dcd142f1e1d32b542960"

[[package]]
name = "native_neural_network_std"
version = "0.2.0"
dependencies = [
 "native_neural_network",
]