executorch-sys 0.2.0

Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch
Documentation
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.cc]
version = "1.1.6"

[build-dependencies.envsubst]
version = "0.2.1"

[dependencies]

[features]
data-loader = []
default = ["std"]
module = ["std"]
std = []

[package]
authors = ["Barak Ugav <barakugav@gmail.com>"]
categories = ["algorithms", "mathematics", "embedded", "no-std", "no-std::no-alloc"]
description = "Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
edition = "2021"
keywords = ["executorch", "pytorch", "machine-learning", "edge-device", "bindings"]
license = "Apache-2.0"
links = "executorch"
name = "executorch-sys"
readme = "README.md"
repository = "https://github.com/barakugav/executorch-rs"
version = "0.2.0"

[package.metadata.docs.rs]
features = ["data-loader", "module"]