native_neural_network_std 0.1.4

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.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7dafadf70393d3e11bb87415ae5572f900e4d438cc78be61c7bc1a17557cd4"

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