native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "rnn-ffi-wrapper"
version = "0.1.0"
description = "Complete Python wrapper for rnn FFI"
requires-python = ">=3.9"

[tool.setuptools]
py-modules = ["errors", "ffi", "model"]