wasi-nn-safe 0.1.0

High-level and Safe Rust API bindings for wasi-nn system calls
Documentation
[dependencies.thiserror]
version = "1"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["bo.yang@smail.nju.edu.cn"]
categories = ["api-bindings", "wasm"]
description = "High-level and Safe Rust API bindings for wasi-nn system calls"
documentation = "https://docs.rs/wasi-nn-safe"
edition = "2021"
keywords = ["webassembly", "wasm", "neural-network"]
license-file = "LICENSE"
name = "wasi-nn-safe"
publish = true
readme = "README.md"
repository = "https://github.com/yanghaku/wasi-nn-safe"
version = "0.1.0"
[package.metadata.docs.rs]
default-target = "wasm32-wasi"
include = ["LICENSE", "README.md", "Cargo.toml", "/src"]
targets = ["wasm32-wasi"]
[target.wasm32-wasi.dev-dependencies.wasi-nn]
version = "0.3.0"