native_neural_network_std 0.2.1

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

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