native_neural_network_std 0.1.6

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

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