native_neural_network_std 0.1.1

Ergonomic std wrapper for the `native_neural_network` crate (no_std) — std-friendly re-exports and utilities.
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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d556b99632750b3efa4cd9414898b79394654e4bef407ea4bc0f7afd6bc09995"

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